summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2023-02-20 23:54:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-02-20 23:54:13 +0100
commit0cafff2e5fef33b4d1013ab5c7cc68a782c17f66 (patch)
tree11d1608f7c8826a0564948553176ea9825f1b2fc /include
parentac5ea7b6eb2b14ba4331ce47cafa9c79b602f500 (diff)
downloadcurl-0cafff2e5fef33b4d1013ab5c7cc68a782c17f66.tar.gz
RELEASE-NOTES: synced
Starting the journey towards 8.0.0
Diffstat (limited to 'include')
-rw-r--r--include/curl/curlver.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h
index f4bb8b4ef..a505e3328 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.88.1-DEV"
+#define LIBCURL_VERSION "8.0.0-DEV"
/* The numeric version number is also available "in parts" by using these
defines: */
-#define LIBCURL_VERSION_MAJOR 7
-#define LIBCURL_VERSION_MINOR 88
-#define LIBCURL_VERSION_PATCH 1
+#define LIBCURL_VERSION_MAJOR 8
+#define LIBCURL_VERSION_MINOR 0
+#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 0x075801
+#define LIBCURL_VERSION_NUM 0x080000
/*
* This is the date and time when the full source package was created. The