diff --git a/CMakeLists.txt b/CMakeLists.txt index bba7766e..ce4225d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") # 3.12 is needed for modern FindPython. cmake_minimum_required(VERSION 3.12) project("Woof" - VERSION 4.0.1 + VERSION 4.0.2 DESCRIPTION "Woof! is a continuation of Lee Killough's Doom source port MBF targeted at modern systems." HOMEPAGE_URL "https://github.com/fabiangreffrath/woof" LANGUAGES C) diff --git a/README.md b/README.md index 953df5d5..c468b157 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,8 @@ Much like a native Windows build, you do not need to download any dependencies. Major feature release, introducing a separate MIDI process for Windows, widescreen rendering, the "A secret is revealed!" message, the `-pistolstart` parameter and support for the MUSINFO lump. * 4.0.1 (Mar 15, 2021) Bug-fix release, fixing a crash when when changing music from a MUSINFO track and improving demo compatibility with PrBoom+ complevel 11. + * 4.0.2 (Mar 23, 2021) + Bug-fix release, fixing a music bug when loading a savegame. # Contact