diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-05 13:13:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-05 13:13:49 +0000 |
commit | 5b72eb0b03b3832b956072c62cc5a5985a6059ef (patch) | |
tree | 36ca2cda4efa322772f3e5f0eeb61bd05aae1fd3 /src/version.h | |
parent | 6dd4c13bc0d7c4ec0b59733ce40d4679fa0dbb99 (diff) | |
download | curl-5b72eb0b03b3832b956072c62cc5a5985a6059ef.tar.gz |
Some of Doug Kaufman's changes for the DOS port
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 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 ") " |