diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-02-24 23:48:05 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-02-24 23:48:05 +0100 |
commit | 03bd26852b299e7675dbce58a0579fa58cd17bd7 (patch) | |
tree | 23b4ac27c1f6e3db07db9768373a3cfbb34d1af9 /include/curl | |
parent | 25df50aa3392ecdbf2b8256b93b30558e8b3a810 (diff) | |
download | curl-03bd26852b299e7675dbce58a0579fa58cd17bd7.tar.gz |
bump: work on the next release
Diffstat (limited to 'include/curl')
-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 349e9fe88..2789f9ad1 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.53.1-DEV" +#define LIBCURL_VERSION "7.53.2-DEV" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 7 #define LIBCURL_VERSION_MINOR 53 -#define LIBCURL_VERSION_PATCH 1 +#define LIBCURL_VERSION_PATCH 2 /* 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 0x073501 +#define LIBCURL_VERSION_NUM 0x073502 /* * This is the date and time when the full source package was created. The |