diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-03-31 14:02:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-03-31 14:02:43 +0000 |
commit | fd33923496e8c04757acfcc8131806703d86bfac (patch) | |
tree | 10f265e5e63eed131ec19fd9da1cbb3a84d38c45 /src/version.h | |
parent | a55649dc82d8227dd2e07cf59544f626646caf02 (diff) | |
download | curl-fd33923496e8c04757acfcc8131806703d86bfac.tar.gz |
7.10.4-pre6 commit
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 f97997464..e3b8a215c 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.10.4-pre2" +#define CURL_VERSION "7.10.4-pre6" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |