aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-29 11:36:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-29 11:36:08 +0000
commitf585b66af788d211513016d08bd7f2c5aaee02e0 (patch)
treeb8d6647b550ad908ea68bdd8c44314313550ce94 /include
parent1b77c1843033c092ec67043af0e9d64a330eb415 (diff)
7.6-pre1
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 b23dae77d..cbfc3e1db 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -452,8 +452,8 @@ char *curl_getenv(char *variable);
char *curl_version(void);
/* This is the version number */
-#define LIBCURL_VERSION "7.6"
-#define LIBCURL_VERSION_NUM 0x070600
+#define LIBCURL_VERSION "7.6.1-pre1"
+#define LIBCURL_VERSION_NUM 0x070601
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
struct curl_slist {