diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-11-05 09:43:07 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-11-05 09:43:07 +0100 |
commit | f4781fc3cba8c808ff849e18e17d70d39c34ae24 (patch) | |
tree | 6fda373e1d3f3101d5d9f86abc009334b4a6bff3 /include | |
parent | f2227784894711b68359464401ff1f84e3da6deb (diff) | |
download | curl-f4781fc3cba8c808ff849e18e17d70d39c34ae24.tar.gz |
bump: towards next release
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 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 |