summaryrefslogtreecommitdiff
path: root/docs/VERSIONS.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/VERSIONS.md')
-rw-r--r--docs/VERSIONS.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/VERSIONS.md b/docs/VERSIONS.md
index d9c1cc3de..bcc7474d9 100644
--- a/docs/VERSIONS.md
+++ b/docs/VERSIONS.md
@@ -41,7 +41,9 @@ Version Numbers and Releases
numbering scheme that can be used for comparison. The version number is
defined as:
- #define LIBCURL_VERSION_NUM 0xXXYYZZ
+```c
+#define LIBCURL_VERSION_NUM 0xXXYYZZ
+```
Where XX, YY and ZZ are the main version, release and patch numbers in
hexadecimal. All three number fields are always represented using two digits