Skip to content

Commit 01568e4

Browse files
Woof! 2.1.1
1 parent 72dcfc9 commit 01568e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
77
# 3.12 is needed for modern FindPython.
88
cmake_minimum_required(VERSION 3.12)
99
project("Woof"
10-
VERSION 2.1.0
10+
VERSION 2.1.1
1111
DESCRIPTION "Woof! is a continuation of Lee Killough's Doom source port MBF targeted at modern systems."
1212
HOMEPAGE_URL "https://github.com/fabiangreffrath/woof"
1313
LANGUAGES C)
@@ -23,7 +23,7 @@ set(PROJECT_COPYRIGHT "Copyright (C) 1993-2020")
2323
set(PROJECT_LICENSE "GNU General Public License, version 2")
2424
set(PROJECT_STRING "${PROJECT_NAME} ${PROJECT_VERSION}")
2525
set(PROJECT_TARNAME "woof")
26-
set(PROJECT_VERSION_RC "2,1,0,0")
26+
set(PROJECT_VERSION_RC "2,1,1,0")
2727

2828
# Toggle-able defines added at compile-time.
2929
option("${PROJECT_NAME}_INSTRUMENTED" "Enable memory allocation statistics" OFF)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ Much like a native Windows build, you do not need to download any dependencies.
166166
Bug-fix release, more fixes to linedef type 242 fake floors and ceilings rendering.
167167
* 2.1.0 (Aug 17, 2020)
168168
Minor release, adding support for inverting "Always Run" with the "Run" key and new key bindings to restart a level or go to the next level.
169+
* 2.1.1 (Sep 03, 2020)
170+
Bug-fix release, fixing linedef type 242 rendering with moving control sectors and SDL2_Mixer opening a different number of audio channels than requested.
169171

170172
# Contact
171173

0 commit comments

Comments
 (0)