summaryrefslogtreecommitdiff
path: root/docs/VERSIONS.md
diff options
context:
space:
mode:
author0xflotus <0xflotus@gmail.com>2020-12-07 18:09:37 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-11 18:06:41 +0100
commit5253444090bf198507553247ee790ec216c8a702 (patch)
treeaf9cd619688dfcd5a4bb1929bbf53852c8bcad58 /docs/VERSIONS.md
parenteddae974060dc2f54d873aaab304fed853ec2cab (diff)
downloadcurl-5253444090bf198507553247ee790ec216c8a702.tar.gz
docs: enable syntax highlighting in several docs files
... for better readability Closes #6286
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