aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-30 13:28:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-30 13:28:58 +0000
commitfe291202db2d562606d83d285acb5299ad0431f7 (patch)
tree62524d42c91ab2e33ba80e5193e2bbef07cac653 /src
parent4606dc4158c478f249683ca6a3acebdea32db947 (diff)
Make the CVS version clone the libcurl version string, this is generated
by the maketgz script so in releases this is replaced by an actual string.
Diffstat (limited to 'src')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index eb7433228..13a34526d 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#define CURL_NAME "curl"
-#define CURL_VERSION "7.10.8-pre5"
+#define CURL_VERSION LIBCURL_VERSION
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "