mirror of
https://github.com/curl/curl.git
synced 2026-04-15 05:21:40 +03:00
LIBCURL_VERSION_NUM: 0x071900
I accidentally left the lowest bits 01 before
This commit is contained in:
parent
69406f0be7
commit
0201280533
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
and it is always a greater number in a more recent release. It makes
|
||||
comparisons with greater than and less than work.
|
||||
*/
|
||||
#define LIBCURL_VERSION_NUM 0x071901
|
||||
#define LIBCURL_VERSION_NUM 0x071900
|
||||
|
||||
/*
|
||||
* This is the date and time when the full source package was created. The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue