RELEASE-NOTES: synced

Bumped to 8.4.0, the next presumed version
This commit is contained in:
Daniel Stenberg 2023-09-15 09:01:42 +02:00
parent 3514a394f3
commit 6f17656c20
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 23 additions and 376 deletions

View file

@ -32,12 +32,12 @@
/* This is the version number of the libcurl package from which this header
file origins: */
#define LIBCURL_VERSION "8.3.0-DEV"
#define LIBCURL_VERSION "8.4.0-DEV"
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBCURL_VERSION_MAJOR 8
#define LIBCURL_VERSION_MINOR 3
#define LIBCURL_VERSION_MINOR 4
#define LIBCURL_VERSION_PATCH 0
/* This is the numeric version of the libcurl version number, meant for easier
@ -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 0x080300
#define LIBCURL_VERSION_NUM 0x080400
/*
* This is the date and time when the full source package was created. The