Skip to content

Commit

Permalink
release Woof! 10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Oct 26, 2022
1 parent 87290a1 commit 3bbc797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Offer a choice of widescreen ratios (16:10, 16:9, 21:9) in the config file.
* Remove SPEED and TIME prefixes from the level time widget.
* Disable toggles and menu shortcuts when typing on chat.
* Add level brightness feature and ability to disable (or fade) menu background.

## Bug Fixes
* Draw par times for IWAD maps and if set by DEH or UMAPINFO.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
cmake_minimum_required(VERSION 3.6)

project("Woof"
VERSION 10.3.0
VERSION 10.4.0
LANGUAGES C)

set(CMAKE_C_STANDARD 99)
Expand Down

0 comments on commit 3bbc797

Please sign in to comment.