]> granicus.if.org Git - curl/commitdiff
7.9.3 curl-7_9_3
authorDaniel Stenberg <daniel@haxx.se>
Wed, 23 Jan 2002 18:10:00 +0000 (18:10 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 Jan 2002 18:10:00 +0000 (18:10 +0000)
include/curl/curl.h
src/version.h

index f791ca70ca9592664e2fd31bc1eadfc43f19cba3..44b317410c26129930a6747e6213e3d71d1b8870 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.3-pre4"
+#define LIBCURL_VERSION "7.9.3"
 #define LIBCURL_VERSION_NUM 0x070903
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index 6fd7991ea832055f4e70481e5b64a2f69edfb7fb..6c13071828cecb2ba230ed6b3bcc76be9ff9900a 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.9.3-pre4"
+#define CURL_VERSION "7.9.3"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "