diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2024-07-21 16:49:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-21 16:49:38 +0200 |
| commit | 2395c13c25b5b93a1cf7c5f18921ff8503015834 (patch) | |
| tree | abdd3b498e274dbb1e8608176263bbccf8dfd385 | |
| parent | cc92f6cf887803a480cfda3e6e33987e31668784 (diff) | |
Bump version to 2.5.2rc1. (#2078)
| -rw-r--r-- | src/version.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.rc b/src/version.rc index bc3a5ae8..4f10b7e7 100644 --- a/src/version.rc +++ b/src/version.rc @@ -3,8 +3,8 @@ // If VS_FF_PRERELEASE is not set, MO labels the build as a release and uses VER_FILEVERSION to determine version number. // 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,1 -#define VER_FILEVERSION_STR "2.5.1rc1\0" +#define VER_FILEVERSION 2,5,2 +#define VER_FILEVERSION_STR "2.5.2rc1\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
