mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05:00
LIBCURL_VERSION_NUM: 0x071900
I accidentally left the lowest bits 01 before
This commit is contained in:
parent
69406f0be7
commit
0201280533
@ -53,7 +53,7 @@
|
|||||||
and it is always a greater number in a more recent release. It makes
|
and it is always a greater number in a more recent release. It makes
|
||||||
comparisons with greater than and less than work.
|
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
|
* This is the date and time when the full source package was created. The
|
||||||
|
Loading…
Reference in New Issue
Block a user