]> granicus.if.org Git - curl/commitdiff
7.9.4 curl-7_9_4
authorDaniel Stenberg <daniel@haxx.se>
Tue, 5 Feb 2002 11:43:29 +0000 (11:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Feb 2002 11:43:29 +0000 (11:43 +0000)
CHANGES
include/curl/curl.h
src/version.h

diff --git a/CHANGES b/CHANGES
index 67e9bb1f7b3d4abd63c6c996f5bae91639d53b72..a6bfc267ba2afc65e2d941c276256ad78398e4db 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,12 @@
                                History of Changes
 
 
+Version 7.9.4
+
+- no changes since pre-release
+
+Version 7.9.4-pre2
+
 Daniel (3 February 2002)
 - Eric Melville provided a few spelling corrections in the curl man page.
 
index 07dafd7484b68f0bad624849ca34aa8bf7b2c16b..420be3aa3f2828fb2b550f226e459e338610f7c0 100644 (file)
@@ -613,7 +613,7 @@ CURLcode curl_global_init(long flags);
 void curl_global_cleanup(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.9.4-pre2"
+#define LIBCURL_VERSION "7.9.4"
 #define LIBCURL_VERSION_NUM 0x070904
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index 9a4a9b5b31feba5abed80592ab25628423c20ff9..ef640f0a3e7ce08cf52523f71aad3e3406c1564e 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.9.4-pre2"
+#define CURL_VERSION "7.9.4"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "