big last-beta (?) cleanup commit
[platform/upstream/curl.git] / include / curl / curl.h
index b2292e4..207befe 100644 (file)
@@ -414,8 +414,8 @@ char *curl_getenv(char *variable);
 char *curl_version(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.0.8beta"
-#define LIBCURL_VERSION_NUM 0x070008
+#define LIBCURL_VERSION "7.0.11test"
+#define LIBCURL_VERSION_NUM 0x07000b
 
 /* linked-list structure for the CURLOPT_QUOTE option */
 struct curl_slist {