summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-16 10:08:09 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-16 10:08:09 +0200
commit9e4298faae5b8bc239fbcb53f5e80241a7d22fc4 (patch)
treeae93dadcbc07d83ff1ba0ae2ba54b3e61c2cc3a5 /include
parentab78d2c679dfb37b27e89f42ad050c3153fa7513 (diff)
downloadcurl-9e4298faae5b8bc239fbcb53f5e80241a7d22fc4.tar.gz
RELEASE-NOTES: synced
and bump to 7.79.1
Diffstat (limited to 'include')
-rw-r--r--include/curl/curlver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h
index 3e2de3e92..393ba1221 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.79.0-DEV"
+#define LIBCURL_VERSION "7.79.1-DEV"
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBCURL_VERSION_MAJOR 7
#define LIBCURL_VERSION_MINOR 79
-#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 0x074f00
+#define LIBCURL_VERSION_NUM 0x074f01
/*
* This is the date and time when the full source package was created. The