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 11:00:47 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-05-04 12:45:10 +0400
commit6916f40e280c01bc5a1d649f12911f791447b959 (patch)
treea95aa16243fe77b111e0c2d4eb782b6feab629e5 /distrib
parent78a81cd70ea0f8fbf1bd4df44b59ccbd8d60d2c0 (diff)
Remove the "Beta" suffix from the packages.
The beta builds' packages include the revision number so this is unneeded.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/mpc-hc_setup.iss8
1 files changed, 0 insertions, 8 deletions
diff --git a/distrib/mpc-hc_setup.iss b/distrib/mpc-hc_setup.iss
index e5983b249..aa1cc3690 100644
--- a/distrib/mpc-hc_setup.iss
+++ b/distrib/mpc-hc_setup.iss
@@ -63,10 +63,6 @@
#define app_vername = app_name + " " + app_ver
#define quick_launch "{userappdata}\Microsoft\Internet Explorer\Quick Launch"
-#if MPC_BETA_RELEASE
- #define ver_suffix str(MPC_VERSION_BETA)
-#endif
-
#if defined(VS2012)
#define base_bindir = "..\bin12"
#else
@@ -89,10 +85,6 @@
#error Compile MPC-HC first
#endif
-#if MPC_BETA_RELEASE
- #define OutFilename = OutFilename + "." + ver_suffix
-#endif
-
#if localize != "true"
#if defined(MPCHC_LITE)
#define OutFilename = OutFilename + ".Lite"