Skip to content

Commit 1df1ea5

Browse files
committed
Bump version to 2.4.4
1 parent dfcbf45 commit 1df1ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/version.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// If VS_FF_PRERELEASE is not set, MO labels the build as a release and uses VER_FILEVERSION to determine version number.
44
// Otherwise, if letters are used in VER_FILEVERSION_STR, uses the full MOBase::VersionInfo parser
55
// Otherwise, uses the numbers from VER_FILEVERSION and sets the release type as pre-alpha
6-
#define VER_FILEVERSION 2,4,3
7-
#define VER_FILEVERSION_STR "2.4.3\0"
6+
#define VER_FILEVERSION 2,4,4
7+
#define VER_FILEVERSION_STR "2.4.4\0"
88

99
VS_VERSION_INFO VERSIONINFO
1010
FILEVERSION VER_FILEVERSION

0 commit comments

Comments
 (0)