diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-08 09:13:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-08 09:13:19 +0000 |
commit | f9f1f0e31635a551f51d2b9e4a7afde4ad4027ca (patch) | |
tree | eb7c52202fe74d2c784b84394b7e788df6fefc76 /src | |
parent | a9afe6aa84dd1f9b4bdf249dc8e56dbce89ed059 (diff) |
Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied
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 90eba9764..81e0a8dbe 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.10.6" +#define CURL_VERSION "7.10.7-pre2" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |