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-04 12:45:09 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-05-04 12:45:09 +0400
commitc655b1c482f0acc47d4fdc4674bdf4af7d1c45f9 (patch)
tree987b8e76983ec4f703d169aeda02e5dafacdc18d /include
parent7afe8ce3ce5bb988b21a2e3a4b27edf7d7d81830 (diff)
Distinguish the stable from the beta builds.
Diffstat (limited to 'include')
-rw-r--r--include/version.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/version.h b/include/version.h
index 5cf763f60..e2c5cb2a3 100644
--- a/include/version.h
+++ b/include/version.h
@@ -55,6 +55,7 @@
#define MPC_VERSION_MINOR 6
#define MPC_VERSION_PATCH 8
+#define MPC_BETA_RELEASE 1
#define MPC_COMP_NAME_STR _T("MPC-HC Team")
#define MPC_COPYRIGHT_STR _T("Copyright © 2002-2013 all contributors, see Authors.txt")
@@ -74,6 +75,9 @@
#endif // ISPP_INVOKED
+#if MPC_BETA_RELEASE
+#define MPC_VERSION_BETA _T("Beta")
+#endif
#ifdef _WIN64
#define MPC_VERSION_ARCH _T("x64")