diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-10-22 06:39:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-10-22 06:39:47 +0000 |
commit | 5ccd6bb8429b5ab2776409d3b18fe8d2860e2ea7 (patch) | |
tree | 61d627f987962649fd3cc897cd8ae56489f86c67 | |
parent | 5193894603f0e0310abd562bd483b07ce42944d4 (diff) |
2000 => 2001
-rw-r--r-- | include/curl/curl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 3c0efc69a..85ace4729 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2000, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 2001, Daniel Stenberg, <daniel@haxx.se>, et al. * * In order to be useful for every potential user, curl and libcurl are * dual-licensed under the MPL and the MIT/X-derivate licenses. @@ -575,7 +575,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ -#define LIBCURL_VERSION "7.9.1-pre2" +#define LIBCURL_VERSION "7.9.1-pre4" #define LIBCURL_VERSION_NUM 0x070901 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |