7.9 commit

This commit is contained in:
Daniel Stenberg 2001-09-25 06:39:18 +00:00
parent d5001a3f0b
commit 4d2cb8b32a
2 changed files with 2 additions and 2 deletions

View File

@ -548,7 +548,7 @@ CURLcode curl_global_init(long flags);
void curl_global_cleanup(void);
/* This is the version number */
#define LIBCURL_VERSION "7.9-pre6"
#define LIBCURL_VERSION "7.9"
#define LIBCURL_VERSION_NUM 0x070900
/* linked-list structure for the CURLOPT_QUOTE option (and other) */

View File

@ -1,3 +1,3 @@
#define CURL_NAME "curl"
#define CURL_VERSION "7.9-pre6"
#define CURL_VERSION "7.9"
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "