summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-20 07:59:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-20 07:59:03 +0000
commit7dbad3c382a2f346af2f5160aa88cd28c03fbc85 (patch)
treead36584d7afef6262dd65e5aebabc0eddb25d819
parent8f55c3d47d0df24f7051179bec7b579918f7f207 (diff)
downloadcurl-7_8_1.tar.gz
-rw-r--r--include/curl/curl.h2
-rw-r--r--src/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index ff1341a56..2f64a79df 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -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) */
diff --git a/src/version.h b/src/version.h
index 67b908e87..54e9a2856 100644
--- a/src/version.h
+++ b/src/version.h
@@ -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 ") "