diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-05 06:30:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-05 06:30:18 +0000 |
commit | 9f9cac7402f9f134be6f6d5b7fb830e9946a83d8 (patch) | |
tree | 9fbc172565774f32cfb06acd1c9ebb792127362a /include | |
parent | 06730bc905efe37dfb21b40a35971e2cfba9d612 (diff) |
release 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 332194c88..6a9ff6ae8 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -454,7 +454,7 @@ char *curl_getenv(char *variable); char *curl_version(void); /* This is the version number */ -#define LIBCURL_VERSION "7.5.2-pre1" +#define LIBCURL_VERSION "7.5.2" #define LIBCURL_VERSION_NUM 0x070502 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ |