aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-08 12:35:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-08 12:35:51 +0000
commitb4f70aa2c823886cfc56894a74ab06115744f4e6 (patch)
tree0c176c4599c330b2207d2dadefae829ad947b687 /include
parentf54a282ccc56ae53afa87c3117dc7923066d5432 (diff)
version 7.7-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 9b437dce8..212372ffc 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -444,8 +444,8 @@ char *curl_getenv(char *variable);
char *curl_version(void);
/* This is the version number */
-#define LIBCURL_VERSION "7.7-alpha2"
-#define LIBCURL_VERSION_NUM 0x070000
+#define LIBCURL_VERSION "7.7-beta1"
+#define LIBCURL_VERSION_NUM 0x070700
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
struct curl_slist {