Skip to content

Commit

Permalink
Update to v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraflab committed Feb 8, 2022
1 parent a00880b commit 105e558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# dsda-doom v0.23.0
# dsda-doom v0.24.0
This is a fork of prboom+ with extra tooling for demo recording and playback, with a focus on speedrunning. For builds, discussions, and bug reports, check out the release thread on [doomworld](https://www.doomworld.com/forum/topic/118074/).

### Patch Notes
- [v0.24](./patch_notes/v0.24.md)
- [v0.23](./patch_notes/v0.23.md)
- [v0.22](./patch_notes/v0.22.md)
- [v0.21](./patch_notes/v0.21.md)
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.23.0)
project("dsda-doom" VERSION 0.24.0)

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

0 comments on commit 105e558

Please sign in to comment.