diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-09-07 23:31:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-09-07 23:31:59 +0000 |
commit | d4ab68cd51318b1f0d29bd30a8020aebef967d0a (patch) | |
tree | c1f4c1cc24f9984475c9ccb27e25417b0565f4fb /src | |
parent | e8c762981a23b2527b7a64c0a7f4db88ddef48f8 (diff) | |
download | curl-d4ab68cd51318b1f0d29bd30a8020aebef967d0a.tar.gz |
7.10.8-pre1 commit
Diffstat (limited to 'src')
-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 ae11510d9..bd413dcde 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.10.7" +#define CURL_VERSION "7.10.8-pre1" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |