diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-06-17 13:59:33 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-06-17 13:59:33 +0200 |
commit | 85739723ba9536cb1458f4bd2d00df4691b59bb1 (patch) | |
tree | 831e9150cbfd8d4acb886a047f24b50b1ffc4960 /include | |
parent | f72b30e6fbea128dc190f63ce3774de941c27a40 (diff) | |
download | curl-85739723ba9536cb1458f4bd2d00df4691b59bb1.tar.gz |
bump: start the journey toward 7.44.0
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curlver.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h index be442eff8..f73d7de52 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.43.0-DEV" +#define LIBCURL_VERSION "7.44.0-DEV" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 7 -#define LIBCURL_VERSION_MINOR 43 +#define LIBCURL_VERSION_MINOR 44 #define LIBCURL_VERSION_PATCH 0 /* This is the numeric version of the libcurl version number, meant for easier @@ -57,7 +57,7 @@ CURL_VERSION_BITS() macro since curl's own configure script greps for it and needs it to contain the full number. */ -#define LIBCURL_VERSION_NUM 0x072B00 +#define LIBCURL_VERSION_NUM 0x072C00 /* * This is the date and time when the full source package was created. The |