summaryrefslogtreecommitdiff
path: root/common/versionNumber.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/versionNumber.h')
-rw-r--r--common/versionNumber.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/versionNumber.h b/common/versionNumber.h
index ee67ed3..35bb47f 100644
--- a/common/versionNumber.h
+++ b/common/versionNumber.h
@@ -20,8 +20,8 @@ OPENMPT_NAMESPACE_BEGIN
//Version definitions. The only thing that needs to be changed when changing version number.
#define VER_MAJORMAJOR 1
#define VER_MAJOR 28
-#define VER_MINOR 07
-#define VER_MINORMINOR 04
+#define VER_MINOR 08
+#define VER_MINORMINOR 00
//Numerical value of the version.
#define MPT_VERSION_CURRENT MAKE_VERSION_NUMERIC(VER_MAJORMAJOR,VER_MAJOR,VER_MINOR,VER_MINORMINOR)