]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
version bump: the next release will be 7.30.0
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Mar 2013 10:14:16 +0000 (11:14 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Mar 2013 10:14:16 +0000 (11:14 +0100)
RELEASE-NOTES
include/curl/curlver.h

index 07f7cb6b21e73ffafa3661c5e72345cbc1922bb6..e2ea0afc2721d911c290b63be360f0aaf90d0b4e 100644 (file)
@@ -1,4 +1,4 @@
-Curl and libcurl 7.29.1
+Curl and libcurl 7.30.0
 
  Public curl releases:         132
  Command line options:         152
index 85bb6cf93048f6342a3245574a98955a396de29f..c6b94249ecfdcec5a0e8eca37ef61fc6a62fa513 100644 (file)
 
 /* This is the version number of the libcurl package from which this header
    file origins: */
-#define LIBCURL_VERSION "7.29.1-DEV"
+#define LIBCURL_VERSION "7.30.0-DEV"
 
 /* The numeric version number is also available "in parts" by using these
    defines: */
 #define LIBCURL_VERSION_MAJOR 7
-#define LIBCURL_VERSION_MINOR 29
-#define LIBCURL_VERSION_PATCH 1
+#define LIBCURL_VERSION_MINOR 30
+#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
@@ -53,7 +53,7 @@
    and it is always a greater number in a more recent release. It makes
    comparisons with greater than and less than work.
 */
-#define LIBCURL_VERSION_NUM 0x071d01
+#define LIBCURL_VERSION_NUM 0x071e00
 
 /*
  * This is the date and time when the full source package was created. The