summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBret Curtis <psi29a@gmail.com>2022-08-09 22:33:09 +0200
committerBret Curtis <psi29a@gmail.com>2022-08-09 23:09:57 +0200
commitbfd3ece81865c7188e8d13d70a8c546f6c1755f6 (patch)
tree75e8b94c87efbd5dd71ddd20c42ce5ae8b839d6b
parent19f4e58fed77dba20d57976b1db83038310810f0 (diff)
Flip the switch on for 0.49go_49
-rw-r--r--CHANGELOG.md4
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 627f5f6887..8bc713d4e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+0.49.0
+------
+
+
0.48.0
------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 549e5d6c34..91afcd5cd0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -81,7 +81,7 @@ endif()
message(STATUS "Configuring OpenMW...")
set(OPENMW_VERSION_MAJOR 0)
-set(OPENMW_VERSION_MINOR 48)
+set(OPENMW_VERSION_MINOR 49)
set(OPENMW_VERSION_RELEASE 0)
set(OPENMW_VERSION_COMMITHASH "")
diff --git a/README.md b/README.md
index b1ea6cbde3..1a49cbc50c 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ OpenMW is an open-source open-world RPG game engine that supports playing Morrow
OpenMW also comes with OpenMW-CS, a replacement for Bethesda's Construction Set.
-* Version: 0.48.0
+* Version: 0.49.0
* License: GPLv3 (see [LICENSE](https://gitlab.com/OpenMW/openmw/-/raw/master/LICENSE) for more information)
* Website: https://www.openmw.org
* IRC: #openmw on irc.libera.chat