diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-09-05 10:22:54 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-05 10:22:54 +0200 |
commit | 61a51e0e12ed84a504a0a10be6b166a910f22ff2 (patch) | |
tree | b3de5b5d99f18bd870842a3aa8e60b575d94bdad /include/curl | |
parent | 432eb5f5c254ee8383b2522ce597c9219877923e (diff) | |
download | curl-61a51e0e12ed84a504a0a10be6b166a910f22ff2.tar.gz |
RELEASE-NOTES: start working on 7.62.0
Diffstat (limited to 'include/curl')
-rw-r--r-- | include/curl/curlver.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h index 12b2f9f91..6c111dad7 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -30,13 +30,13 @@ /* This is the version number of the libcurl package from which this header file origins: */ -#define LIBCURL_VERSION "7.61.1-DEV" +#define LIBCURL_VERSION "7.62.0-DEV" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 7 -#define LIBCURL_VERSION_MINOR 61 -#define LIBCURL_VERSION_PATCH 1 +#define LIBCURL_VERSION_MINOR 62 +#define LIBCURL_VERSION_PATCH 0 /* This is the numeric version of the libcurl version number, meant for easier parsing and comparions by programs. The LIBCURL_VERSION_NUM define will @@ -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 0x073D01 +#define LIBCURL_VERSION_NUM 0x073E00 /* * This is the date and time when the full source package was created. The |