diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-28 18:33:55 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-28 18:33:55 -0400 |
| commit | 4b0ba5c5795ded012babd19c04db92abdfa0565b (patch) | |
| tree | 30faf53f03a8ddc450a6a4ed60e389da20916ce1 | |
| parent | 7a10a74766a55757bec8065bcad7ee20261fb5fe (diff) | |
bumped to 2.3
| -rw-r--r-- | src/version.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.rc b/src/version.rc index 19ba0e21..afff0fcf 100644 --- a/src/version.rc +++ b/src/version.rc @@ -4,7 +4,7 @@ // 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,3,0 -#define VER_FILEVERSION_STR "2.3.0rc2\0" +#define VER_FILEVERSION_STR "2.3.0\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
