diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-08-19 23:43:52 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-19 23:43:52 +0200 |
commit | 5bb1721579a1256d2687b2031e538b33d7af6dc6 (patch) | |
tree | 5247f5014d014182eb6d03205638799aefd6d5d1 /include | |
parent | 80d73bcca22f098812db06c08bbf2807f19782c0 (diff) | |
download | curl-5bb1721579a1256d2687b2031e538b33d7af6dc6.tar.gz |
RELEASE-NOTES: synced
... and version bumped to 7.72.1
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 b9fd7e6d6..41db2d6f1 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.72.0-DEV" +#define LIBCURL_VERSION "7.72.1-DEV" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 7 #define LIBCURL_VERSION_MINOR 72 -#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 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 0x074800 +#define LIBCURL_VERSION_NUM 0x074801 /* * This is the date and time when the full source package was created. The |