Skip to content

Commit

Permalink
Update to v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraflab committed Oct 27, 2023
1 parent 85b2b97 commit fd61f90
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
Expand Up @@ -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.
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.2)
project("dsda-doom" VERSION 0.27.0)

# 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.2",
"version": "0.27.0",
"homepage": "https://github.com/kraflab/dsda-doom",
"license": "GPL-2.0-only",
"dependencies": [
Expand Down

1 comment on commit fd61f90

@fabiangreffrath
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations!

Please sign in to comment.