diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-10 22:07:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-10 22:07:33 +0000 |
commit | 04d3a8c7144128de2886443f66c80263713b3d9e (patch) | |
tree | 48c17a98942422d78f70beec5fea88cfd582542e /include | |
parent | 4b1782c37141b82aa118eaf05061bb9ba1759700 (diff) |
start working on 7.16.5...
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curlver.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h index 9b3790c20..11b34dcaf 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -28,13 +28,13 @@ /* This is the version number of the libcurl package from which this header file origins: */ -#define LIBCURL_VERSION "7.16.4-CVS" +#define LIBCURL_VERSION "7.16.5-CVS" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 7 #define LIBCURL_VERSION_MINOR 16 -#define LIBCURL_VERSION_PATCH 4 +#define LIBCURL_VERSION_PATCH 5 /* This is the numeric version of the libcurl version number, meant for easier parsing and comparions by programs. The LIBCURL_VERSION_NUM define will @@ -51,7 +51,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 0x071004 +#define LIBCURL_VERSION_NUM 0x071005 /* * This is the date and time when the full source package was created. The |