From 4462dd5ebf13c4bdc7e31f5317913aab913a385c Mon Sep 17 00:00:00 2001 From: kraflab Date: Mon, 26 Dec 2022 16:19:16 +0100 Subject: [PATCH] Update to v0.25.1 --- README.md | 2 +- prboom2/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d449c24c2..da54cd63e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.25.0 +# dsda-doom v0.25.1 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 5040c7112..c8536eb80 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.0) +project("dsda-doom" VERSION 0.25.1) # Set a default build type if none was specified set(default_build_type "RelWithDebInfo")