diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-05-21 22:42:24 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-05-21 23:05:45 +0100 |
commit | ddf47196945d444cbf7e297251ddc3768ea79dd5 (patch) | |
tree | 5a8d7e0b96c005eb3e26774e4ed683dcad86abd9 /include | |
parent | 3fed9acaef45ac8b99ceecc38afbed3494e2d3ef (diff) | |
download | curl-ddf47196945d444cbf7e297251ddc3768ea79dd5.tar.gz |
bump: Start working on the 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 0998b8645..ac23158ba 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.37.0-DEV" +#define LIBCURL_VERSION "7.38.0-DEV" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 7 -#define LIBCURL_VERSION_MINOR 37 +#define LIBCURL_VERSION_MINOR 38 #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 0x072500 +#define LIBCURL_VERSION_NUM 0x072600 /* * This is the date and time when the full source package was created. The |