diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-02 11:28:12 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-02 11:28:12 +0000 |
commit | c8d4e8b5d0c83d959256a54dabccc8176db10d78 (patch) | |
tree | c8e688a9304cc55562b166081eaf05a4c16e9369 | |
parent | 18a21d5802006f2da43a1035b7ccdf463e95df1e (diff) | |
download | curl-c8d4e8b5d0c83d959256a54dabccc8176db10d78.tar.gz |
hex version number for 7.19.1 is 0x071301
-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 43de0f28b..f4302a4da 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -54,7 +54,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 0x071300 +#define LIBCURL_VERSION_NUM 0x071301 /* * This is the date and time when the full source package was created. The |