]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curlver: bump to 8.15.1 (for now?)
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Jul 2025 22:37:51 +0000 (00:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Jul 2025 22:38:14 +0000 (00:38 +0200)
include/curl/curlver.h

index b3fc29b91c3496ad49024fc87147037afa780a2b..91f2f13a6ed3ee04307dfea304a224800d8c3688 100644 (file)
 
 /* This is the version number of the libcurl package from which this header
    file origins: */
-#define LIBCURL_VERSION "8.15.0-DEV"
+#define LIBCURL_VERSION "8.15.1-DEV"
 
 /* The numeric version number is also available "in parts" by using these
    defines: */
 #define LIBCURL_VERSION_MAJOR 8
 #define LIBCURL_VERSION_MINOR 15
-#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 0x080f00
+#define LIBCURL_VERSION_NUM 0x080f01
 
 /*
  * This is the date and time when the full source package was created. The