7.10.4 commit
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Apr 2003 07:48:56 +0000 (07:48 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Apr 2003 07:48:56 +0000 (07:48 +0000)
include/curl/curl.h
src/version.h

index 15004c4a854b7797014b2cb0d171d2f92f3f2d04..5ae43db3ac3894b6b941e8cf60311568712c64a5 100644 (file)
@@ -814,7 +814,7 @@ CURLcode curl_global_init(long flags);
 void curl_global_cleanup(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.10.4-pre6"
+#define LIBCURL_VERSION "7.10.4"
 #define LIBCURL_VERSION_NUM 0x070a04
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index e3b8a215ca95075bc720d8da247d1fa3128ca85a..e750959182b4b5fb8063624c65acf9aa9e603add 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.10.4-pre6"
+#define CURL_VERSION "7.10.4"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "