diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-20 13:46:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-20 13:46:53 +0000 |
commit | 721b05e3436884fc1e1b55f211e7fa4251d92a2a (patch) | |
tree | e803d7e8b88499be988b4d557ee57fc5c02e2512 /src/version.h | |
parent | a333bddeeb6ce46f0a7d218d78fa700c881f2833 (diff) | |
download | curl-721b05e3436884fc1e1b55f211e7fa4251d92a2a.tar.gz |
Nico Baggus' VMS tweaks
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 ef640f0a3..5ef4fafce 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.9.4" +#define CURL_VERSION "7.9.5-pre1" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |