aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-11-05 09:43:07 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-11-05 09:43:07 +0100
commitf4781fc3cba8c808ff849e18e17d70d39c34ae24 (patch)
tree6fda373e1d3f3101d5d9f86abc009334b4a6bff3 /include
parentf2227784894711b68359464401ff1f84e3da6deb (diff)
bump: towards next release
Diffstat (limited to 'include')
-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 ad6465b50..ff6199460 100644
--- a/include/curl/curlver.h
+++ b/include/curl/curlver.h
@@ -30,12 +30,12 @@
/* This is the version number of the libcurl package from which this header
file origins: */
-#define LIBCURL_VERSION "7.38.1-DEV"
+#define LIBCURL_VERSION "7.39.1-DEV"
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBCURL_VERSION_MAJOR 7
-#define LIBCURL_VERSION_MINOR 38
+#define LIBCURL_VERSION_MINOR 39
#define LIBCURL_VERSION_PATCH 1
/* This is the numeric version of the libcurl version number, meant for easier
@@ -53,7 +53,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 0x072601
+#define LIBCURL_VERSION_NUM 0x072701
/*
* This is the date and time when the full source package was created. The