From eecc90a39cce3a691c9973b3eef46231c15aa97d Mon Sep 17 00:00:00 2001 From: kraflab Date: Sun, 15 Jan 2023 14:09:02 +0100 Subject: [PATCH] Update to v0.25.5 --- README.md | 2 +- prboom2/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d17d71df..3a9070498 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.25.4 +# dsda-doom v0.25.5 This is a fork of prboom+ with many new features, including: - Heretic, Hexen, MBF21, and Doom-in-Hexen support - In-game console and scripting diff --git a/prboom2/CMakeLists.txt b/prboom2/CMakeLists.txt index e7ad5890b..d423a8f53 100644 --- a/prboom2/CMakeLists.txt +++ b/prboom2/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project("dsda-doom" VERSION 0.25.4) +project("dsda-doom" VERSION 0.25.5) # Set a default build type if none was specified set(default_build_type "RelWithDebInfo")