diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-08-30 11:54:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-08-30 11:54:57 +0000 |
commit | 61c434273654048462873c031eda027dd4acd549 (patch) | |
tree | c95c5437fca5859965d9a1719598964530923f2e /include | |
parent | 216b1984948d4ad4c7743440e0cadc12bc385618 (diff) |
7.2 cleanup commit
Diffstat (limited to 'include')
-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 ad4999e58..316652750 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -422,8 +422,8 @@ char *curl_getenv(char *variable); char *curl_version(void); /* This is the version number */ -#define LIBCURL_VERSION "7.1.1" -#define LIBCURL_VERSION_NUM 0x070101 +#define LIBCURL_VERSION "7.2" +#define LIBCURL_VERSION_NUM 0x070200 /* linked-list structure for the CURLOPT_QUOTE option */ struct curl_slist { |