aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-04 09:09:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-04 09:09:26 +0000
commit7ef749497d5abbee926200d744dfc27cb4e030f8 (patch)
tree056024b2462420a7d515ae679c066f37d4505c9a /include
parentd72aa491264325e9b6b35a9bf83e95d7a4188abd (diff)
7.10.3-pre2
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index bf7b4852d..ddf941a76 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -805,8 +805,8 @@ CURLcode curl_global_init(long flags);
void curl_global_cleanup(void);
/* This is the version number */
-#define LIBCURL_VERSION "7.10.2"
-#define LIBCURL_VERSION_NUM 0x070a02
+#define LIBCURL_VERSION "7.10.3-pre2"
+#define LIBCURL_VERSION_NUM 0x070a03
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
struct curl_slist {