summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-08-24 16:59:50 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-08-24 17:02:16 +0200
commitddf47bbc0a30f8b57af7d25f852e7906979d2e28 (patch)
treeade7fbe78602eede9a6537a7ef692a6b41926b9e /include
parent4ebac06106825a5d28be4c38e62732c911168605 (diff)
downloadgnurl-ddf47bbc0a30f8b57af7d25f852e7906979d2e28.tar.gz
gnurl-ddf47bbc0a30f8b57af7d25f852e7906979d2e28.tar.bz2
gnurl-ddf47bbc0a30f8b57af7d25f852e7906979d2e28.zip
RELEASE-NOTES: synced
The next release is now to become 7.73.0
Diffstat (limited to 'include')
-rw-r--r--include/curl/curlver.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h
index 41db2d6f1..f42a8e519 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.1-DEV"
+#define LIBCURL_VERSION "7.73.0-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 1
+#define LIBCURL_VERSION_MINOR 73
+#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 0x074801
+#define LIBCURL_VERSION_NUM 0x074900
/*
* This is the date and time when the full source package was created. The