diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-12-04 09:44:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-12-04 09:44:57 +0000 |
commit | 52707f959058c148c8a5ef4e81d0599780a1c014 (patch) | |
tree | 391c871c963f6f925696526606f1dbbfd6950b9d /include | |
parent | be2369ed145089947d70e2b87173729caac63a42 (diff) |
7.5-commit
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 56f705681..3cadc83ed 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -470,7 +470,7 @@ char *curl_getenv(char *variable); char *curl_version(void); /* This is the version number */ -#define LIBCURL_VERSION "7.5-pre4" +#define LIBCURL_VERSION "7.5" #define LIBCURL_VERSION_NUM 0x070500 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |