From ea7710c3ede8718a0482c9eadb034a27d4bb3922 Mon Sep 17 00:00:00 2001 From: kraflab Date: Sat, 12 Feb 2022 03:28:02 +0100 Subject: [PATCH] Update to v0.24.1 --- README.md | 2 +- prboom2/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9a4be3ca..d8e28658b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.24.0 +# dsda-doom v0.24.1 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 f28b2fc30..0b2c1cdf7 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.0) +project("dsda-doom" VERSION 0.24.1) # Set a default build type if none was specified set(default_build_type "RelWithDebInfo")