Skip to content

Commit

Permalink
Update to v0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kraflab committed May 30, 2021
1 parent 0bc5cbf commit 61dd08f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.19.1
# dsda-doom v0.19.2
This is a fork of prboom+ with extra tooling for demo recording and playback, with a focus on speedrunning.

### Patch Notes
Expand Down
3 changes: 3 additions & 0 deletions patch_notes/v0.19.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v0.19.2
- Fix a crash related to split tracking

### v0.19.1
- Fix a crash in the complevel selector in the settings
- Adjust mbf21 scroller speed (spec v1.1)
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.19.1)
project("dsda-doom" VERSION 0.19.2)

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

0 comments on commit 61dd08f

Please sign in to comment.