Skip to content

Commit a6c053a

Browse files
committed
Merge branch 'hype52' into 'master'
Bump us up to 0.52 See merge request OpenMW/openmw!5279
2 parents 673981c + dd2b7c8 commit a6c053a

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.52.0
2+
------
3+
4+
15
0.51.0
26
------
37

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ endif()
8080
message(STATUS "Configuring OpenMW...")
8181

8282
set(OPENMW_VERSION_MAJOR 0)
83-
set(OPENMW_VERSION_MINOR 51)
83+
set(OPENMW_VERSION_MINOR 52)
8484
set(OPENMW_VERSION_RELEASE 0)
8585
set(OPENMW_LUA_API_REVISION 129)
8686
set(OPENMW_POSTPROCESSING_API_REVISION 5)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ OpenMW is an open-source open-world RPG game engine that supports playing Morrow
55

66
OpenMW also comes with OpenMW-CS, a replacement for Bethesda's Construction Set.
77

8-
* Version: 0.51.0
8+
* Version: 0.52.0
99
* License: GPLv3 (see [LICENSE](https://gitlab.com/OpenMW/openmw/-/raw/master/LICENSE) for more information)
1010
* Website: https://www.openmw.org
1111
* IRC: #openmw on irc.libera.chat

apps/openmw/mwstate/statemanagerimp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ void MWState::StateManager::loadGame(const Character* character, const std::file
675675
{
676676
// Insert additional else if statements above to cover future releases
677677
static_assert(ESM::MinSupportedSaveGameFormatVersion <= ESM::OpenMW0_49MinSaveGameFormatVersion);
678-
release = "OpenMW 0.51.0";
678+
release = "OpenMW 0.52.0";
679679
}
680680
auto l10n = MWBase::Environment::get().getL10nManager()->getContext("OMWEngine");
681681
std::string error = l10n->formatMessage("LoadingRequiresOldVersionError", { "version" }, { release });

0 commit comments

Comments
 (0)