diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2024-08-01 10:58:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-01 10:58:31 +0200 |
| commit | 89f39ef20038b3fdba24da8391225043fd23f763 (patch) | |
| tree | 3d2b789bdfc127cc8a02b08264696aab8a31d05a | |
| parent | acd201157d85bb2347e891040e46fd1572bedcc3 (diff) | |
Bump version to 2.5.2rc2. (#2084)
| -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 4f10b7e7..52670bf5 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,5,2 -#define VER_FILEVERSION_STR "2.5.2rc1\0" +#define VER_FILEVERSION_STR "2.5.2rc2\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
