summaryrefslogtreecommitdiff
path: root/common/versionNumber.h
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2019-10-30 23:08:35 +0000
committerJames Cowgill <jcowgill@debian.org>2019-10-30 23:08:35 +0000
commit580d203514359a386479a96d1e69704e429974e7 (patch)
treee4804f71fcbbd229ab4bc63c4b53027a82b0b64b /common/versionNumber.h
parent3f8fc5dffe02081c55aa8a9fbe4ab090dd831e67 (diff)
New upstream version 0.4.10
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)