aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-07-05 13:13:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-07-05 13:13:49 +0000
commit5b72eb0b03b3832b956072c62cc5a5985a6059ef (patch)
tree36ca2cda4efa322772f3e5f0eeb61bd05aae1fd3 /src/version.h
parent6dd4c13bc0d7c4ec0b59733ce40d4679fa0dbb99 (diff)
Some of Doug Kaufman's changes for the DOS port
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 be9b11869..22e6f8d65 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#define CURL_NAME "curl"
-#define CURL_VERSION "7.10.6-pre1"
+#define CURL_VERSION "7.10.6-pre3"
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "