]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
bump: next release will be 7.68.0
authorDaniel Stenberg <daniel@haxx.se>
Thu, 21 Nov 2019 15:35:47 +0000 (16:35 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 21 Nov 2019 15:36:19 +0000 (16:36 +0100)
RELEASE-NOTES
include/curl/curlver.h

index 47ea948decf9eddc167f04084903e6ca5db95570..b0c2b350b3f19adb6be1c7f338bd1cc15313afc4 100644 (file)
@@ -1,4 +1,4 @@
-curl and libcurl 7.67.1
+curl and libcurl 7.68.0
 
  Public curl releases:         187
  Command line options:         226
index 4ae81881f996523fb93e8ed9eb216460a3943905..5b0df8ede8e8009c5e31612db5bae0a3619a8b71 100644 (file)
 
 /* This is the version number of the libcurl package from which this header
    file origins: */
-#define LIBCURL_VERSION "7.67.1-DEV"
+#define LIBCURL_VERSION "7.68.0-DEV"
 
 /* The numeric version number is also available "in parts" by using these
    defines: */
 #define LIBCURL_VERSION_MAJOR 7
-#define LIBCURL_VERSION_MINOR 67
-#define LIBCURL_VERSION_PATCH 1
+#define LIBCURL_VERSION_MINOR 68
+#define LIBCURL_VERSION_PATCH 0
 
 /* This is the numeric version of the libcurl version number, meant for easier
    parsing and comparions 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 0x074301
+#define LIBCURL_VERSION_NUM 0x074400
 
 /*
  * This is the date and time when the full source package was created. The