aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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