diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-03-19 07:54:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-19 07:54:55 +0000 |
commit | 974f314f5785156af6983675aeb28313cc8ba2ea (patch) | |
tree | 2e3a0ee169807969a2c6ca7d9a72ee3599e42182 /src/version.h | |
parent | 4cec22fa1951bca18f87e7c8e2621384e90f2af9 (diff) | |
download | curl-974f314f5785156af6983675aeb28313cc8ba2ea.tar.gz |
copyright string (year) update
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 ec1798c84..ee085e5ed 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.9.5" +#define CURL_VERSION "7.9.6-pre1" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |