aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-08 09:13:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-08 09:13:19 +0000
commitf9f1f0e31635a551f51d2b9e4a7afde4ad4027ca (patch)
treeeb7c52202fe74d2c784b84394b7e788df6fefc76 /src/version.h
parenta9afe6aa84dd1f9b4bdf249dc8e56dbce89ed059 (diff)
Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h2
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 ") "