From ae22b41f96529af4ac2e6c2512d8c0eb165d097b Mon Sep 17 00:00:00 2001 From: Chris Bessent Date: Thu, 9 Jan 2020 19:01:29 -0700 Subject: Update version to 2.2.2.1 --- src/version.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/version.rc b/src/version.rc index f6d89d2e..e6481a5a 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,2 -#define VER_FILEVERSION_STR "2.2.2\0" +#define VER_FILEVERSION 2,2,2,1 +#define VER_FILEVERSION_STR "2.2.2.1\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION -- cgit v1.3.1