]> granicus.if.org Git - curl/commitdiff
7.8.1 curl-7_8_1
authorDaniel Stenberg <daniel@haxx.se>
Mon, 20 Aug 2001 07:59:03 +0000 (07:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 20 Aug 2001 07:59:03 +0000 (07:59 +0000)
include/curl/curl.h
src/version.h

index ff1341a56933349bbd6fd715f6250ca8999906f4..2f64a79df8249d13264a9324bd3bcb4c49a59560 100644 (file)
@@ -507,7 +507,7 @@ CURLcode curl_global_init(long flags);
 void curl_global_cleanup(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.8.1-pre5"
+#define LIBCURL_VERSION "7.8.1"
 #define LIBCURL_VERSION_NUM 0x070801
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index 67b908e87cca856474d332fc03096ddeb484453c..54e9a285636bf8b4914e81e684465e83936fe87d 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.8.1-pre3"
+#define CURL_VERSION "7.8.1"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "