Skip to content

Commit

Permalink
Bump version to 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LostDragonist committed Dec 27, 2021
1 parent dfcbf45 commit 1df1ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1df1ea5

Please sign in to comment.