diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-12-04 09:09:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-12-04 09:09:26 +0000 |
commit | 7ef749497d5abbee926200d744dfc27cb4e030f8 (patch) | |
tree | 056024b2462420a7d515ae679c066f37d4505c9a /src/version.h | |
parent | d72aa491264325e9b6b35a9bf83e95d7a4188abd (diff) | |
download | curl-7ef749497d5abbee926200d744dfc27cb4e030f8.tar.gz |
7.10.3-pre2
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 b4f4303e3..ff45d1af9 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.10.2" +#define CURL_VERSION "7.10.3-pre2" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |