diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-02-14 19:24:03 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-02-14 19:24:03 +0100 |
commit | 020128053379ba5baa41bc2f72c391f6fcfbdf29 (patch) | |
tree | 560e9765da34f23f40651715b5b20d7081045c8c /include | |
parent | 69406f0be7ba15a14683ef98eba4b1fe7e7f14c8 (diff) | |
download | curl-020128053379ba5baa41bc2f72c391f6fcfbdf29.tar.gz |
LIBCURL_VERSION_NUM: 0x071900
I accidentally left the lowest bits 01 before
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curlver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h index 15184b606..b3a723a7d 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -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 |