From 61dd08f47e9e51bd7b8d35aab6fe64974e7b1521 Mon Sep 17 00:00:00 2001 From: kraflab Date: Sun, 30 May 2021 16:48:52 +0200 Subject: [PATCH] Update to v0.19.2 --- README.md | 2 +- patch_notes/v0.19.md | 3 +++ prboom2/CMakeLists.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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")