From fe2ff84183d95085216ab5330780b233c3775bd9 Mon Sep 17 00:00:00 2001 From: kraflab Date: Tue, 10 Jan 2023 19:43:28 +0100 Subject: [PATCH] Update to v0.25.3 --- README.md | 2 +- prboom2/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83470d984..cea884767 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.25.2 +# dsda-doom v0.25.3 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 5c9e96c6f..92943edcb 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.2) +project("dsda-doom" VERSION 0.25.3) # Set a default build type if none was specified set(default_build_type "RelWithDebInfo")