Skip to content

Commit

Permalink
Woof! 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Sep 3, 2020
1 parent 72dcfc9 commit 01568e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0
VERSION 2.1.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)
Expand All @@ -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,1,0,0")
set(PROJECT_VERSION_RC "2,1,1,0")

# Toggle-able defines added at compile-time.
option("${PROJECT_NAME}_INSTRUMENTED" "Enable memory allocation statistics" OFF)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ Much like a native Windows build, you do not need to download any dependencies.
Bug-fix release, more fixes to linedef type 242 fake floors and ceilings rendering.
* 2.1.0 (Aug 17, 2020)
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.
* 2.1.1 (Sep 03, 2020)
Bug-fix release, fixing linedef type 242 rendering with moving control sectors and SDL2_Mixer opening a different number of audio channels than requested.

# Contact

Expand Down

0 comments on commit 01568e4

Please sign in to comment.