diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-09-18 15:31:43 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-09-18 15:31:43 -0500 |
| commit | f69559fe0bd40629e66ecde6e362b73595d9bd2e (patch) | |
| tree | df78dd4ad0e8b57fb076d7840517d2f5709fdcc2 | |
| parent | 7f857711ceb5c67e8983039c1bc96af652e9521e (diff) | |
Update version to 2.2.2alpha1
| -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 92370853..9bf6cc83 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.1rc1\0" +#define VER_FILEVERSION 2,2,2 +#define VER_FILEVERSION_STR "2.2.2alpha1\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
