diff --git a/README.md b/README.md index d8e28658b..b9888996a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.24.1 +# dsda-doom v0.24.2 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 ee80be50b..d317ddec1 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.1) +project("dsda-doom" VERSION 0.24.2) # Set a default build type if none was specified set(default_build_type "RelWithDebInfo")