aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-02-25 09:08:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-02-25 09:08:13 +0100
commit4aa9bb6b13c3af90e8129758057bf34d18c916ed (patch)
tree382a96e205a4f7d1d16ff2eb7102beb9e25222bb /include
parentff837422ee4ec7d6aea7750a40e30cba29db93e8 (diff)
bump: start working toward 7.42.0
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 793ce0dd0..b9ecf8867 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.41.0-DEV"
+#define LIBCURL_VERSION "7.42.0-DEV"
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBCURL_VERSION_MAJOR 7
-#define LIBCURL_VERSION_MINOR 41
+#define LIBCURL_VERSION_MINOR 42
#define LIBCURL_VERSION_PATCH 0
/* 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 0x072900
+#define LIBCURL_VERSION_NUM 0x072A00
/*
* This is the date and time when the full source package was created. The