diff --git a/README.md b/README.md index f54374986..e1032fefe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.19.1 +# dsda-doom v0.19.2 This is a fork of prboom+ with extra tooling for demo recording and playback, with a focus on speedrunning. ### Patch Notes diff --git a/patch_notes/v0.19.md b/patch_notes/v0.19.md index 7770b9455..cea06e11a 100644 --- a/patch_notes/v0.19.md +++ b/patch_notes/v0.19.md @@ -1,3 +1,6 @@ +### v0.19.2 +- Fix a crash related to split tracking + ### v0.19.1 - Fix a crash in the complevel selector in the settings - Adjust mbf21 scroller speed (spec v1.1) diff --git a/prboom2/CMakeLists.txt b/prboom2/CMakeLists.txt index 1ae6835c8..abe47bbf7 100644 --- a/prboom2/CMakeLists.txt +++ b/prboom2/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project("dsda-doom" VERSION 0.19.1) +project("dsda-doom" VERSION 0.19.2) # Set a default build type if none was specified set(default_build_type "RelWithDebInfo")