release Woof! 6.0.0

This commit is contained in:
Fabian Greffrath 2021-06-25 11:03:24 +02:00
parent cef71bb2a6
commit e51a57ebe5
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
# 3.12 is needed for modern FindPython. # 3.12 is needed for modern FindPython.
cmake_minimum_required(VERSION 3.12) cmake_minimum_required(VERSION 3.12)
project("Woof" project("Woof"
VERSION 5.1.0 VERSION 6.0.0
DESCRIPTION "Woof! is a continuation of Lee Killough's Doom source port MBF targeted at modern systems." DESCRIPTION "Woof! is a continuation of Lee Killough's Doom source port MBF targeted at modern systems."
HOMEPAGE_URL "https://github.com/fabiangreffrath/woof" HOMEPAGE_URL "https://github.com/fabiangreffrath/woof"
LANGUAGES C) LANGUAGES C)

View File

@ -231,7 +231,7 @@ Much like a native Windows build, you do not need to download any dependencies.
Major feature release, introducing support for UMAPINFO, compatibility levels and "autoload" directories. Major feature release, introducing support for UMAPINFO, compatibility levels and "autoload" directories.
* 5.1.0 (May 14, 2021) * 5.1.0 (May 14, 2021)
Minor release, fixing Vanilla demo recording compatibility and some other issues. Minor release, fixing Vanilla demo recording compatibility and some other issues.
* 6.0.0 (soon) * 6.0.0 (Jun 25, 2021)
Major feature release, adding support for the MBF21 complevel, autoload directories for PWAD files, backward compatible savegames and colored blood. Major feature release, adding support for the MBF21 complevel, autoload directories for PWAD files, backward compatible savegames and colored blood.