Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-05-02 10:53:44 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-05-04 12:45:09 +0400
commit502fad8d2ea3c5fd71715a805fa47e2fbab396c4 (patch)
tree4b4e3d4a615a52b54f66c0a10663205468474430
parent4fe093761baee7c3982295fb3e28ff0976ae960a (diff)
installer: use the existent copyright string from version.h.
-rw-r--r--distrib/mpc-hc_setup.iss6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/mpc-hc_setup.iss b/distrib/mpc-hc_setup.iss
index eccc9a18e..e5983b249 100644
--- a/distrib/mpc-hc_setup.iss
+++ b/distrib/mpc-hc_setup.iss
@@ -49,7 +49,7 @@
#include "..\include\mpc-hc_config.h"
#include "..\include\version.h"
-#define copyright_year "2002-2013"
+#define copyright_str str(MPC_COPYRIGHT_STR)
#define app_name "MPC-HC"
#define app_ver_full str(MPC_VERSION_MAJOR) + "." + str(MPC_VERSION_MINOR) + "." + str(MPC_VERSION_PATCH) + "." + str(MPC_VERSION_REV)
@@ -141,9 +141,9 @@ AppPublisherURL={#WEBSITE_URL}
AppSupportURL={#TRAC_URL}
AppUpdatesURL={#WEBSITE_URL}
AppContact={#WEBSITE_URL}contact-us/
-AppCopyright=Copyright © {#copyright_year} all contributors, see Authors.txt
+AppCopyright={#copyright_str}
VersionInfoCompany=MPC-HC Team
-VersionInfoCopyright=Copyright © {#copyright_year}, MPC-HC Team
+VersionInfoCopyright={#copyright_str}
VersionInfoDescription={#app_name} Setup
VersionInfoProductName={#app_name}
VersionInfoProductVersion={#app_ver_full}