From 2fb1a9821ff7e10a4dcb6c01eb1b2bcdce27e57a Mon Sep 17 00:00:00 2001 From: kraflab Date: Sun, 18 Aug 2024 16:33:42 +0200 Subject: [PATCH] Update to v0.28.1 --- 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 ef6609c30..f649028de 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.28.0 +# dsda-doom v0.28.1 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 e4db26fa7..6e0f37854 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.28.0) +project("dsda-doom" VERSION 0.28.1) # 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 347b4bc05..0bc7a5220 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.28.0", + "version": "0.28.1", "homepage": "https://github.com/kraflab/dsda-doom", "license": "GPL-2.0-only", "dependencies": [