diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-05-22 10:11:05 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-05-22 10:11:05 +0200 |
commit | a57e4786b710b51fe463420f36f1d2a61a029f36 (patch) | |
tree | 23d176cf1375b0dfe03a95828829388d80226bf6 /include | |
parent | 159ea554afb69f429098b0b5e7aa841149e93f2d (diff) |
bump: start 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 bca53cb6b..4afe4a9d1 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.65.0-DEV" +#define LIBCURL_VERSION "7.65.1-DEV" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 7 #define LIBCURL_VERSION_MINOR 65 -#define LIBCURL_VERSION_PATCH 0 +#define LIBCURL_VERSION_PATCH 1 /* 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 0x074100 +#define LIBCURL_VERSION_NUM 0x074101 /* * This is the date and time when the full source package was created. The |