aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-24 18:14:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-24 18:14:48 +0000
commit065b87e949a4d4d67a4dace2429da45e2a8bc6af (patch)
treecaf4076b61a8685724222087defa2cfc5cb29273 /include
parenta6206a3aefa2814959dad1bc84ef96b5bf24d60f (diff)
7.10.4-pre2 commit
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 04171ba9a..dd05134bb 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -811,8 +811,8 @@ CURLcode curl_global_init(long flags);
void curl_global_cleanup(void);
/* This is the version number */
-#define LIBCURL_VERSION "7.10.3"
-#define LIBCURL_VERSION_NUM 0x070a03
+#define LIBCURL_VERSION "7.10.4-pre2"
+#define LIBCURL_VERSION_NUM 0x070a04
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
struct curl_slist {