use more correctly named define.
authorGunter Knauf <gk@gknw.de>
Thu, 24 Jan 2008 14:14:34 +0000 (14:14 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 24 Jan 2008 14:14:34 +0000 (14:14 +0000)
src/curl.rc
src/version.h

index a184a15..fd29f18 100644 (file)
@@ -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
index f350c29..8e9c291 100644 (file)
@@ -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