diff options
| author | Project579 <star579avatar@gmail.com> | 2018-12-29 22:24:05 +0100 |
|---|---|---|
| committer | Project579 <star579avatar@gmail.com> | 2018-12-30 11:22:08 +0100 |
| commit | 302f9b99d85b0325b3106ca8518fdeb799bfc6a8 (patch) | |
| tree | 3ae204ce06a7d71094973dec1d54ae6724d74387 /src | |
| parent | b842eb1ca377501e6ca2cb387168536f87e1c6d9 (diff) | |
Updated version to reflect changes
Diffstat (limited to 'src')
| -rw-r--r-- | src/version.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.rc b/src/version.rc index 1061d112..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,2,1
-#define VER_FILEVERSION_STR "2.2.1\0"
+#define VER_FILEVERSION 2,2,0
+#define VER_FILEVERSION_STR "2.2.0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
