aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-30 16:31:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-30 16:31:46 +0000
commit5d39dde961fc1bed706aff0b84bd9ec24e408a0a (patch)
tree87935db1a7519ceacb1ac102e3d5b71053488a9b /src/version.h
parent15c143bba91bec19bac431db32bc2d65a75e3ece (diff)
pre-release commit
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 96c57e396..56085c9e4 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#define CURL_NAME "curl"
-#define CURL_VERSION "7.0beta"
+#define CURL_VERSION "7.0.1beta"
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "