use more correctly named define.
This commit is contained in:
parent
e322513698
commit
c93ba48da2
@ -52,7 +52,7 @@ BEGIN
|
||||
VALUE "OriginalFilename", "curl.exe\0"
|
||||
VALUE "ProductName", "The cURL executable\0"
|
||||
VALUE "ProductVersion", CURL_VERSION "\0"
|
||||
VALUE "LegalCopyright", "© " LIBCURL_COPYRIGHT "\0"
|
||||
VALUE "LegalCopyright", "© " CURL_COPYRIGHT "\0"
|
||||
VALUE "License", "http://curl.haxx.se/docs/copyright.html\0"
|
||||
END
|
||||
END
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <curl/curlver.h>
|
||||
|
||||
#define CURL_NAME "curl"
|
||||
#define CURL_COPYRIGHT LIBCURL_COPYRIGHT
|
||||
#define CURL_VERSION LIBCURL_VERSION
|
||||
#define CURL_VERSION_MAJOR LIBCURL_VERSION_MAJOR
|
||||
#define CURL_VERSION_MINOR LIBCURL_VERSION_MINOR
|
||||
|
Loading…
x
Reference in New Issue
Block a user