mirror of
https://github.com/curl/curl.git
synced 2026-05-30 14:37:30 +03:00
use more correctly named define.
This commit is contained in:
parent
e322513698
commit
c93ba48da2
2 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue