From fd61f90ae2b02afb2e7375046b5641812673013e Mon Sep 17 00:00:00 2001 From: kraflab Date: Fri, 27 Oct 2023 13:15:17 +0200 Subject: [PATCH] Update to v0.27.0 --- 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 36052a0f7..d8296e876 100644 --- a/README.md +++ b/README.md @@ -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.27](./patch_notes/v0.27.md) - [v0.26](./patch_notes/v0.26.md) - [v0.25](./patch_notes/v0.25.md) -- [v0.24](./patch_notes/v0.24.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 cf579705a..3aa549ca4 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.26.2) +project("dsda-doom" VERSION 0.27.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 edeaa7c66..22d123e99 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.26.2", + "version": "0.27.0", "homepage": "https://github.com/kraflab/dsda-doom", "license": "GPL-2.0-only", "dependencies": [