Skip to content

Commit

Permalink
Update to v0.28.2
Browse files Browse the repository at this point in the history
kraflab committed Oct 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e6015ac commit 6622d89
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion prboom2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")
2 changes: 1 addition & 1 deletion prboom2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [

0 comments on commit 6622d89

Please sign in to comment.