From 23a0633e7808a1bcd069fa5888f16f0e40431122 Mon Sep 17 00:00:00 2001 From: kraflab Date: Fri, 23 Dec 2022 18:20:16 +0100 Subject: [PATCH] Update to v0.25.0 --- README.md | 4 ++-- prboom2/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9360705ba..d449c24c2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.24.3 +# dsda-doom v0.25.0 This is a fork of prboom+ with many new features, including: - Heretic, Hexen, MBF21, and Doom-in-Hexen support - In-game console and scripting @@ -13,9 +13,9 @@ This is a fork of prboom+ with many new features, including: Download windows releases [here](https://drive.google.com/drive/folders/1KMU1dY0HZrY5h2EyPzxxXuyH8DunAJV_?usp=sharing). ### Patch Notes +- [v0.25](./patch_notes/v0.25.md) - [v0.24](./patch_notes/v0.24.md) - [v0.23](./patch_notes/v0.23.md) -- [v0.22](./patch_notes/v0.22.md) ### Launcher There is a dedicated launcher for this port available [here](https://github.com/Pedro-Beirao/dsda-launcher) by PBeGood4. diff --git a/prboom2/CMakeLists.txt b/prboom2/CMakeLists.txt index 701065a9f..5040c7112 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.3) +project("dsda-doom" VERSION 0.25.0) # Set a default build type if none was specified set(default_build_type "RelWithDebInfo")