From f4f29b563954a63428057221e6316b9749ce5fea Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Fri, 10 Jul 2020 08:49:24 +0200 Subject: [PATCH] Woof! 2.0.1 --- CMakeLists.txt | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0659458c2..877df56e7 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 2.0.0 + VERSION 2.0.1 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) @@ -23,7 +23,7 @@ set(PROJECT_COPYRIGHT "Copyright (C) 1993-2020") set(PROJECT_LICENSE "GNU General Public License, version 2") set(PROJECT_STRING "${PROJECT_NAME} ${PROJECT_VERSION}") set(PROJECT_TARNAME "woof") -set(PROJECT_VERSION_RC "2,0,0,0") +set(PROJECT_VERSION_RC "2,0,1,0") # Toggle-able defines added at compile-time. option("${PROJECT_NAME}_INSTRUMENTED" "Enable memory allocation statistics" OFF) diff --git a/README.md b/README.md index b17330bb3..f68a4e70f 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,8 @@ Much like a native Windows build, you do not need to download any dependencies. Minor release, adding support for tall patches and sprites. * 2.0.0 (Jul 03, 2020) Major release, introducing rendering with uncapped frame rate and frame interpolation. + * 2.0.1 (Jul 10, 2020) + Bug-fix release, fixing rendering of linedef type 242 fake floors and ceilings. # Contact