From 6622d898aeb6d1260808d4bfd748c61bf076ab1f Mon Sep 17 00:00:00 2001 From: kraflab Date: Fri, 25 Oct 2024 15:46:40 +0200 Subject: [PATCH] Update to v0.28.2 --- 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 4d8f5023c..65c9e9d25 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.28.1 +# dsda-doom v0.28.2 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 020bb0b28..5688979eb 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.1) +project("dsda-doom" VERSION 0.28.2) # 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 0bc7a5220..d933ba276 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.1", + "version": "0.28.2", "homepage": "https://github.com/kraflab/dsda-doom", "license": "GPL-2.0-only", "dependencies": [