diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-07-29 17:46:32 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-07-29 17:46:32 +0200 |
commit | fbf26594e38ebf6e8b0f0e0583fbb7dd833720a4 (patch) | |
tree | d72060019d7d624bddf77348c8d7c645d06ccf26 /include | |
parent | c34bd93f60d0dfc128c51cbcde8b7e03dcdfdc6d (diff) | |
download | curl-fbf26594e38ebf6e8b0f0e0583fbb7dd833720a4.tar.gz |
RELEASE-NOTES: synced
and bump curlver to 7.79.0 for next release
Diffstat (limited to 'include')
-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 32aa5848e..3e2de3e92 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.78.1-DEV" +#define LIBCURL_VERSION "7.79.0-DEV" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 7 -#define LIBCURL_VERSION_MINOR 78 -#define LIBCURL_VERSION_PATCH 1 +#define LIBCURL_VERSION_MINOR 79 +#define LIBCURL_VERSION_PATCH 0 /* This is the numeric version of the libcurl version number, meant for easier parsing and comparisons 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 0x074e01 +#define LIBCURL_VERSION_NUM 0x074f00 /* * This is the date and time when the full source package was created. The |