diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-02-06 22:03:34 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-02-06 22:03:34 +0100 |
| commit | a9e3c4e2b56059876baf257ffe7963e8703a36bf (patch) | |
| tree | 0232b36063957beb9c64b0724ad7bcf9ace41861 | |
| parent | 86db5da2171cf4c638274e6078c191f1e8ccb367 (diff) | |
Bump version to 2.4.0rc1.
| -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 553ffbc5..7f74b11c 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,4,0 -#define VER_FILEVERSION_STR "2.4.0alpha7\0" +#define VER_FILEVERSION_STR "2.4.0rc1\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
