summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-26 13:49:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-26 13:49:50 +0000
commit6a26104724892ee31bc8f35e143259aacc2808a4 (patch)
tree961f2c8b6fc90b59fc16b1a9ec653c21b5bc1c04 /include
parent8b35b89f4d386e7c89b66f74ce942fbc717af63e (diff)
downloadcurl-6a26104724892ee31bc8f35e143259aacc2808a4.tar.gz
7.7.1-beta1
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 9d9c7a7ff..8b4c75be3 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -481,8 +481,8 @@ char *curl_escape(char *string, int length);
char *curl_unescape(char *string, int length);
/* This is the version number */
-#define LIBCURL_VERSION "7.7"
-#define LIBCURL_VERSION_NUM 0x070700
+#define LIBCURL_VERSION "7.7.1-beta1"
+#define LIBCURL_VERSION_NUM 0x070701
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
struct curl_slist {