aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-03-19 07:54:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-03-19 07:54:55 +0000
commit974f314f5785156af6983675aeb28313cc8ba2ea (patch)
tree2e3a0ee169807969a2c6ca7d9a72ee3599e42182 /src/version.h
parent4cec22fa1951bca18f87e7c8e2621384e90f2af9 (diff)
copyright string (year) update
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h2
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 ") "