diff --git a/README.md b/README.md index 56f69629b..08acfd775 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.22.3 +# dsda-doom v0.22.4 This is a fork of prboom+ with extra tooling for demo recording and playback, with a focus on speedrunning. For builds, discussions, and bug reports, check out the release thread on [doomworld](https://www.doomworld.com/forum/topic/118074/). ### Patch Notes diff --git a/prboom2/CMakeLists.txt b/prboom2/CMakeLists.txt index 054aaf761..0237f9b93 100644 --- a/prboom2/CMakeLists.txt +++ b/prboom2/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project("dsda-doom" VERSION 0.22.3) +project("dsda-doom" VERSION 0.22.4) # Set a default build type if none was specified set(default_build_type "RelWithDebInfo")