mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:53:33 +03:00
docs: enable syntax highlighting in several docs files
... for better readability Closes #6286
This commit is contained in:
parent
eddae97406
commit
5253444090
7 changed files with 260 additions and 164 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue