aboutsummaryrefslogtreecommitdiff
path: root/include/curl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-30 08:52:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-30 08:52:12 +0000
commitee085ad6bdef5d09737e4e6f4a6e10e1132fb59d (patch)
treee7aadeeb6bad248453a38a336585bda68cba7f61 /include/curl
parent719bec26063e34a111053efa9fadaa14b17ac42b (diff)
start working on 7.16.1
Diffstat (limited to 'include/curl')
-rw-r--r--include/curl/curlver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h
index 1fa94f24e..7c82714bb 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.0-CVS"
+#define LIBCURL_VERSION "7.16.1-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 0
+#define LIBCURL_VERSION_PATCH 1
/* 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,6 +51,6 @@
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 0x071000
+#define LIBCURL_VERSION_NUM 0x071001
#endif /* __CURL_CURLVER_H */