diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-11 09:29:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-11 09:29:30 +0000 |
commit | b0c0e8d815ad06a7f6045f0c0a316da8cc0e0bf8 (patch) | |
tree | c757ce921065b662ed762715355385221427f127 | |
parent | 16502d7d159426fe358706db383fbe5f0da479b3 (diff) |
7.6-pre2
-rw-r--r-- | include/curl/curl.h | 2 | ||||
-rw-r--r-- | src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index bef3e6e91..4fc1614d9 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -456,7 +456,7 @@ char *curl_getenv(char *variable); char *curl_version(void); /* This is the version number */ -#define LIBCURL_VERSION "7.6-pre1" +#define LIBCURL_VERSION "7.6-pre2" #define LIBCURL_VERSION_NUM 0x070600 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ diff --git a/src/version.h b/src/version.h index d4a2a1715..d4e5cf7b8 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.6-pre1" +#define CURL_VERSION "7.6-pre2" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " |