curl 7.7 beta 3
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 Mar 2001 11:25:44 +0000 (11:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Mar 2001 11:25:44 +0000 (11:25 +0000)
include/curl/curl.h
src/version.h

index 7ce4ff8..69f30a3 100644 (file)
@@ -471,7 +471,7 @@ char *curl_getenv(char *variable);
 char *curl_version(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.7-beta2"
+#define LIBCURL_VERSION "7.7-beta3"
 #define LIBCURL_VERSION_NUM 0x070700
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index 4069fb5..1b0bc59 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.7-beta2"
+#define CURL_VERSION "7.7-beta3"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "