projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4606dc4
)
Make the CVS version clone the libcurl version string, this is generated
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 30 Oct 2003 13:28:58 +0000
(13:28 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 30 Oct 2003 13:28:58 +0000
(13:28 +0000)
by the maketgz script so in releases this is replaced by an actual string.
src/version.h
patch
|
blob
|
history
diff --git
a/src/version.h
b/src/version.h
index
eb74332
..
13a3452
100644
(file)
--- 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 ") "