aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-06-25 09:34:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-06-25 09:34:44 +0000
commitabf8589f0d9b0c0a89e92ebfb50beab5fc94ebbd (patch)
tree341ae220bc4451e9da5d2a0fb74be625950ffbf9 /include
parentb8d006b9d79e8ba726a14b55b6e26f9883f3ecee (diff)
start working towards 7.16.4
Diffstat (limited to 'include')
-rw-r--r--include/curl/curlver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h
index 382b8d420..318628bd2 100644
--- a/include/curl/curlver.h
+++ b/include/curl/curlver.h
@@ -34,7 +34,7 @@
defines: */
#define LIBCURL_VERSION_MAJOR 7
#define LIBCURL_VERSION_MINOR 16
-#define LIBCURL_VERSION_PATCH 3
+#define LIBCURL_VERSION_PATCH 4
/* 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 0x071003
+#define LIBCURL_VERSION_NUM 0x071004
/*
* This is the date and time when the full source package was created. The