release Woof! 10.4.0

This commit is contained in:
Fabian Greffrath 2022-10-26 08:02:11 +02:00
parent 87290a1334
commit 3bbc7979c4
2 changed files with 2 additions and 1 deletions

View File

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

View File

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