From 8ad225bb77408b32b7f0ef5bd00f36c249afb9ca Mon Sep 17 00:00:00 2001 From: kraflab Date: Tue, 11 Jan 2022 17:20:30 +0100 Subject: [PATCH] Update to v0.23.0 --- README.md | 3 ++- prboom2/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50fd25b5b..5fe1e9f67 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -# dsda-doom v0.22.5 +# dsda-doom v0.23.0 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 +- [v0.23](./patch_notes/v0.23.md) - [v0.22](./patch_notes/v0.22.md) - [v0.21](./patch_notes/v0.21.md) - [v0.20](./patch_notes/v0.20.md) diff --git a/prboom2/CMakeLists.txt b/prboom2/CMakeLists.txt index 9a77f289f..dc4334962 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.5) +project("dsda-doom" VERSION 0.23.0) # Set a default build type if none was specified set(default_build_type "RelWithDebInfo")