diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-10-03 08:16:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-10-03 08:16:26 +0000 |
commit | d6787274306ec6dc667b7577ef62cc370458b4e4 (patch) | |
tree | a52c04ae0bd273898634fc8dd3afddbcdeafbde6 /src/version.h | |
parent | efc15fb1282d32bc673b4bf3aa2f062d1b605aa1 (diff) | |
download | curl-d6787274306ec6dc667b7577ef62cc370458b4e4.tar.gz |
7.9.1 pre-release 1 status
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 edeab1a75..a5540e43a 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.9" +#define CURL_VERSION "7.9.1-pre1" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |