summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-11-08 10:29:17 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-11-08 10:29:17 +0100
commitf96d375a5bbc23440d362930878498c3209014ea (patch)
tree8e41e4d2148bf4995d66318b481e0d14d5afa915 /include
parent1fdca35ddd9a28cfb43ee0571cf707c9844f4b6b (diff)
downloadcurl-f96d375a5bbc23440d362930878498c3209014ea.tar.gz
RELEASE-NOTES: synced
Bumped version to 7.87.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 112773383..3487d1bdc 100644
--- a/include/curl/curlver.h
+++ b/include/curl/curlver.h
@@ -32,13 +32,13 @@
/* This is the version number of the libcurl package from which this header
file origins: */
-#define LIBCURL_VERSION "7.86.1-DEV"
+#define LIBCURL_VERSION "7.87.0-DEV"
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBCURL_VERSION_MAJOR 7
-#define LIBCURL_VERSION_MINOR 86
-#define LIBCURL_VERSION_PATCH 1
+#define LIBCURL_VERSION_MINOR 87
+#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
@@ -59,7 +59,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 0x075601
+#define LIBCURL_VERSION_NUM 0x075700
/*
* This is the date and time when the full source package was created. The