From e0f2300a465295a617350f0eda8ebf3af819188f Mon Sep 17 00:00:00 2001 From: kraflab Date: Mon, 13 Dec 2021 17:06:34 +0100 Subject: [PATCH] Update to v0.22.4 --- README.md | 2 +- prboom2/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56f69629b..08acfd775 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.22.3 +# dsda-doom v0.22.4 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 054aaf761..0237f9b93 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.3) +project("dsda-doom" VERSION 0.22.4) # Set a default build type if none was specified set(default_build_type "RelWithDebInfo")