From de5e9f100cfdf083661e78bf9f13d28b42ea34fe Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 3 Sep 2002 11:30:41 +0000
Subject: [PATCH] 7.10-pre2

---
 include/curl/curl.h | 4 ++--
 src/version.h       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/curl/curl.h b/include/curl/curl.h
index e547136aca..eb3c2a79a5 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 fc93cf0cc1..845aa543dc 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 ") "
-- 
GitLab