]> granicus.if.org Git - curl/commitdiff
7.9.9-pre1
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Aug 2002 22:36:37 +0000 (22:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Aug 2002 22:36:37 +0000 (22:36 +0000)
CHANGES
include/curl/curl.h
src/version.h

diff --git a/CHANGES b/CHANGES
index 4c4e9ce56ca659f8a5ecca4cee6d513a0acda0e4..3f7c7345eb8335d19d7fbc411e225c6fc8745a0a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@
 
                                   Changelog
 
+Version 7.9.9-pre1
+
 Daniel (12 Aug 2002)
 - Applied my initial take on making the multi stuff more asynchronous. Connects
   should now return back without "hanging" until it has connected for real.
index 53be2f5b2eab973beb22b16b7e90944243414ada..6c4722f606e413201d39701c5c39fceec897490a 100644 (file)
@@ -753,8 +753,8 @@ CURLcode curl_global_init(long flags);
 void curl_global_cleanup(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.9.8"
-#define LIBCURL_VERSION_NUM 0x070908
+#define LIBCURL_VERSION "7.9.9-pre1"
+#define LIBCURL_VERSION_NUM 0x070909
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
 struct curl_slist {
index 67370f5e138e58755b6117f4a9c08f2aaef534c9..fc93cf0cc1ca5240a2bdefb46939f089599d8a17 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.9.8"
+#define CURL_VERSION "7.9.9-pre1"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "