diff --git a/README.md b/README.md index b9888996a..bfec7cf49 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.24.2 +# dsda-doom v0.24.3 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 d317ddec1..0d575b2a6 100644 --- a/prboom2/CMakeLists.txt +++ b/prboom2/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project("dsda-doom" VERSION 0.24.2) +project("dsda-doom" VERSION 0.24.3) # Set a default build type if none was specified set(default_build_type "RelWithDebInfo")