Skip to content

Commit

Permalink
Update to v0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kraflab committed Jun 1, 2023
1 parent 2c57855 commit 1f68c06
Show file tree
Hide file tree
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.26.0
# dsda-doom v0.26.1
This is a fork of prboom+ with many new features, including:
- Heretic, Hexen, MBF21, Doom-in-Hexen, and UDMF support
- In-game console and scripting
Expand Down
2 changes: 1 addition & 1 deletion prboom2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endif()
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
set(X_VCPKG_APPLOCAL_DEPS_INSTALL TRUE)

project("dsda-doom" VERSION 0.26.0)
project("dsda-doom" VERSION 0.26.1)

# Set a default build type if none was specified
set(default_build_type "RelWithDebInfo")
Expand Down
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.26.0",
"version": "0.26.1",
"homepage": "https://github.com/kraflab/dsda-doom",
"license": "GPL-2.0-only",
"dependencies": [
Expand Down

0 comments on commit 1f68c06

Please sign in to comment.