diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-08-12 09:07:37 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-08-12 09:07:37 +0200 |
commit | 052a9dfdada7d2f9b7649f4faace5596c2b4f00f (patch) | |
tree | ea18baed79532c263a9820ec38c533ca61854de8 /include | |
parent | 7332ac565c2b51fbee361e069b4e726e233aa163 (diff) | |
download | curl-052a9dfdada7d2f9b7649f4faace5596c2b4f00f.tar.gz |
bump: start working toward 7.45.0
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 f73d7de52..c4eeeae4e 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.44.0-DEV" +#define LIBCURL_VERSION "7.45.0-DEV" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 7 -#define LIBCURL_VERSION_MINOR 44 +#define LIBCURL_VERSION_MINOR 45 #define LIBCURL_VERSION_PATCH 0 /* This is the numeric version of the libcurl version number, meant for easier @@ -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 0x072C00 +#define LIBCURL_VERSION_NUM 0x072D00 /* * This is the date and time when the full source package was created. The |