diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-10-01 08:57:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-10-01 08:57:49 +0000 |
commit | e2e64798b5d3f1d1c75386448a6a56480828c0e5 (patch) | |
tree | 507334b6abe413e58a15681427e03adee5dd23f8 /src/version.h | |
parent | b9b6a6566af248bae9dd3d366390ac688acbf78f (diff) | |
download | curl-e2e64798b5d3f1d1c75386448a6a56480828c0e5.tar.gz |
7.10curl-7_10
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 845aa543d..a27ff8f71 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.10-pre2" +#define CURL_VERSION "7.10" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |