From a4517240ea3423799b77a9e66c9a07cf058a051e Mon Sep 17 00:00:00 2001 From: kraflab Date: Sat, 10 Aug 2024 16:56:48 +0200 Subject: [PATCH] Update to v0.28.0 --- README.md | 4 ++-- prboom2/CMakeLists.txt | 2 +- prboom2/vcpkg.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82cbcc2c8..ef6609c30 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.27.5 +# dsda-doom v0.28.0 This is a successor of prboom+ with many new features, including: - Heretic, Hexen, MBF21, Doom-in-Hexen, UDMF, and MAPINFO support - In-game console and scripting @@ -13,9 +13,9 @@ This is a successor of prboom+ with many new features, including: Download windows releases [here](https://drive.google.com/drive/folders/1KMU1dY0HZrY5h2EyPzxxXuyH8DunAJV_?usp=sharing). ### Patch Notes +- [v0.28](./patch_notes/v0.28.md) - [v0.27](./patch_notes/v0.27.md) - [v0.26](./patch_notes/v0.26.md) -- [v0.25](./patch_notes/v0.25.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 deecfae43..e4db26fa7 100644 --- a/prboom2/CMakeLists.txt +++ b/prboom2/CMakeLists.txt @@ -34,7 +34,7 @@ endif() set(CMAKE_POLICY_DEFAULT_CMP0077 NEW) set(X_VCPKG_APPLOCAL_DEPS_INSTALL TRUE) -project("dsda-doom" VERSION 0.27.5) +project("dsda-doom" VERSION 0.28.0) # Set a default build type if none was specified set(default_build_type "RelWithDebInfo") diff --git a/prboom2/vcpkg.json b/prboom2/vcpkg.json index ae2d6dffd..347b4bc05 100644 --- a/prboom2/vcpkg.json +++ b/prboom2/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "dsda-doom", - "version": "0.27.5", + "version": "0.28.0", "homepage": "https://github.com/kraflab/dsda-doom", "license": "GPL-2.0-only", "dependencies": [