Skip to content

Commit

Permalink
Merge pull request #1926 from ModOrganizer2/2_5_x
Browse files Browse the repository at this point in the history
Version 2.5.0
  • Loading branch information
Silarn authored Nov 29, 2023
2 parents 8dd1637 + 22714e5 commit 04eff97
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 @@ -4,13 +4,13 @@
// 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,5,0
#define VER_FILEVERSION_STR "2.5.0rc2\0"
#define VER_FILEVERSION_STR "2.5.0\0"

VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
PRODUCTVERSION VER_FILEVERSION
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS VS_FF_PRERELEASE
FILEFLAGS (0)
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE (0)
Expand Down

0 comments on commit 04eff97

Please sign in to comment.