]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
7.6-pre4 curl-7_6-pre4
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jan 2001 13:48:28 +0000 (13:48 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jan 2001 13:48:28 +0000 (13:48 +0000)
include/curl/curl.h
src/version.h

index 2b1a3e624cda517a05f110002881b843aea005f9..0984840bb9384594ceb7116f63970213304fb351 100644 (file)
@@ -452,7 +452,7 @@ char *curl_getenv(char *variable);
 char *curl_version(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.6-pre3"
+#define LIBCURL_VERSION "7.6-pre4"
 #define LIBCURL_VERSION_NUM 0x070600
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index e6da9deaee28567928b13638b2cac44f7ed25938..357a0a61a0c795d174646cf8c0d7bc46ed83bec1 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.6-pre3"
+#define CURL_VERSION "7.6-pre4"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "