diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2021-12-27 02:03:08 -0700 |
|---|---|---|
| committer | Chris Bessent <lost.dragonist@gmail.com> | 2021-12-27 02:03:08 -0700 |
| commit | 1df1ea5e11e9f068f3d1c34ee9b2d911489fb98c (patch) | |
| tree | bae0681e81380dcb972dc658da8ea651f0c048d7 /src/version.rc | |
| parent | dfcbf45e1df7b12dd84235ac61d296edf45b6278 (diff) | |
Bump version to 2.4.4
Diffstat (limited to 'src/version.rc')
| -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 517ce6f1..d4ed8c24 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,4,3 -#define VER_FILEVERSION_STR "2.4.3\0" +#define VER_FILEVERSION 2,4,4 +#define VER_FILEVERSION_STR "2.4.4\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
