Skip to content

Commit

Permalink
Update to v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraflab committed Dec 23, 2022
1 parent db577e3 commit 23a0633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dsda-doom v0.24.3
# dsda-doom v0.25.0
This is a fork of prboom+ with many new features, including:
- Heretic, Hexen, MBF21, and Doom-in-Hexen support
- In-game console and scripting
Expand All @@ -13,9 +13,9 @@ This is a fork of prboom+ with many new features, including:
Download windows releases [here](https://drive.google.com/drive/folders/1KMU1dY0HZrY5h2EyPzxxXuyH8DunAJV_?usp=sharing).

### Patch Notes
- [v0.25](./patch_notes/v0.25.md)
- [v0.24](./patch_notes/v0.24.md)
- [v0.23](./patch_notes/v0.23.md)
- [v0.22](./patch_notes/v0.22.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
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)

project("dsda-doom" VERSION 0.24.3)
project("dsda-doom" VERSION 0.25.0)

# Set a default build type if none was specified
set(default_build_type "RelWithDebInfo")
Expand Down

2 comments on commit 23a0633

@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!

@kraflab
Copy link
Owner Author

Choose a reason for hiding this comment

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

Thanks 🥳

Please sign in to comment.