From 0c6be82391a9fe92c847ba13a571cb5a423e6f4f Mon Sep 17 00:00:00 2001 From: kraflab Date: Sat, 18 Nov 2023 18:27:39 +0100 Subject: [PATCH] Update to v0.27.4 --- README.md | 2 +- prboom2/CMakeLists.txt | 2 +- prboom2/vcpkg.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b9f8a1e6..f1bd7a504 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.27.3 +# dsda-doom v0.27.4 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 diff --git a/prboom2/CMakeLists.txt b/prboom2/CMakeLists.txt index e13ff71f5..60da6c879 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.3) +project("dsda-doom" VERSION 0.27.4) # 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 092826a41..1b55a1d91 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.3", + "version": "0.27.4", "homepage": "https://github.com/kraflab/dsda-doom", "license": "GPL-2.0-only", "dependencies": [