summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-12-21 15:35:59 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-12-21 15:38:50 +0100
commit5d0cad97a6475470b0b47b267e44ef30bd76b363 (patch)
tree32a3c36fc45a7b514b55ab465b3335e06eaa6b67 /include
parent03ac7ab4ad9a6f83ffcd70b5a31b8017797c07d8 (diff)
downloadcurl-5d0cad97a6475470b0b47b267e44ef30bd76b363.tar.gz
RELEASE_NOTES: synced
bumped version for new cycle
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 3487d1bdc..c13d910dd 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.87.0-DEV"
+#define LIBCURL_VERSION "7.87.1-DEV"
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBCURL_VERSION_MAJOR 7
#define LIBCURL_VERSION_MINOR 87
-#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
@@ -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 0x075700
+#define LIBCURL_VERSION_NUM 0x075701
/*
* This is the date and time when the full source package was created. The