summaryrefslogtreecommitdiff
path: root/src/version.rc
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-09-10 05:58:24 -0500
committerLostDragonist <lost.dragonist@gmail.com>2018-12-12 20:17:07 -0600
commit40c82fc1908a8ca53abeeabdc618e81e941c987c (patch)
tree0693cd02ab8de8fd1c29f8463589001032d59800 /src/version.rc
parent57178f898838afed6e7a50413899d6082aad9989 (diff)
Fixed mainwindow.cpp so that Qt Creator does not break it anymore.
We should be able to normally use Creator now without having to worry about breaking the build. Partial fix for conflict information getting messd up after opening infodialog or disabling a mod. Icons still get messed up but conflict tab remains consistent at first inspection. Reverted main tab to plugins Changed version of Archive conflicts branch to 2.2.0 pre-alpha.
Diffstat (limited to 'src/version.rc')
-rw-r--r--src/version.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.rc b/src/version.rc
index 3f2deab0..e1f80785 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -3,8 +3,8 @@
// If VS_FF_PRERELEASE is not set, MO labels the build as a release and uses VER_FILEVERSION to determine version number.
// Otherwise, if letters are used in VER_FILEVERSION_STR, uses the full MOBase::VersionInfo parser
// Otherwise, uses the numbers from VER_FILEVERSION and sets the release type as pre-alpha
-#define VER_FILEVERSION 2,1,6
-#define VER_FILEVERSION_STR "2.1.6\0"
+#define VER_FILEVERSION 2,2,0
+#define VER_FILEVERSION_STR "2.2.0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION