aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-03 11:30:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-03 11:30:41 +0000
commitde5e9f100cfdf083661e78bf9f13d28b42ea34fe (patch)
tree3a0d241dcdf2c02a212e60dde29d57318992db57
parent955da86a3ee91990e622be0199cc4ce2dfb108df (diff)
7.10-pre2
-rw-r--r--include/curl/curl.h4
-rw-r--r--src/version.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index e547136ac..eb3c2a79a 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -779,8 +779,8 @@ CURLcode curl_global_init(long flags);
void curl_global_cleanup(void);
/* This is the version number */
-#define LIBCURL_VERSION "7.9.9-pre1"
-#define LIBCURL_VERSION_NUM 0x070909
+#define LIBCURL_VERSION "7.10-pre2"
+#define LIBCURL_VERSION_NUM 0x070a00
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
struct curl_slist {
diff --git a/src/version.h b/src/version.h
index fc93cf0cc..845aa543d 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#define CURL_NAME "curl"
-#define CURL_VERSION "7.9.9-pre1"
+#define CURL_VERSION "7.10-pre2"
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "