]> granicus.if.org Git - curl/commitdiff
7.8-pre2 curl-7_8-pre2
authorDaniel Stenberg <daniel@haxx.se>
Wed, 30 May 2001 11:24:26 +0000 (11:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 30 May 2001 11:24:26 +0000 (11:24 +0000)
include/curl/curl.h
src/version.h

index a6b9d7c3765949f8e785b3055968a8f14caf6819..d21d08dfa5b9c8d9f315ee213893d53ac38242c6 100644 (file)
@@ -503,7 +503,7 @@ void curl_global_cleanup(void);
 
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.8-pre1"
+#define LIBCURL_VERSION "7.8-pre2"
 #define LIBCURL_VERSION_NUM 0x070800
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index 768cca6b5ad8a40fbb1977cd50ff52ada27f6a28..0f11f33f7f0e621d78bd915eb28373348fb45aea 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.8-pre1"
+#define CURL_VERSION "7.8-pre2"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "