Skip to content

Commit 9c5beb9

Browse files
Woof! 2.3.2
1 parent c878d49 commit 9c5beb9

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.3.1
10+
VERSION 2.3.2
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)
@@ -34,7 +34,7 @@ set(PROJECT_COPYRIGHT "Copyright (C) 1993-2020")
3434
set(PROJECT_LICENSE "GNU General Public License, version 2")
3535
set(PROJECT_STRING "${PROJECT_NAME} ${PROJECT_VERSION}")
3636
set(PROJECT_TARNAME "woof")
37-
set(PROJECT_VERSION_RC "2,3,1,0")
37+
set(PROJECT_VERSION_RC "2,3,2,0")
3838

3939
# Toggle-able defines added at compile-time.
4040
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
@@ -179,6 +179,8 @@ Much like a native Windows build, you do not need to download any dependencies.
179179
Feature release, adding a mouse button binding for the "Use" action.
180180
* 2.3.1 (Sep 30, 2020)
181181
Bug-fix release, fixing the vertical position of the level stats widgets and finale text lines exceeding screen width.
182+
* 2.3.2 (Oct 19, 2020)
183+
Bug-fix release, fixing a crash when the second finale text screen is shown.
182184

183185
# Contact
184186

0 commit comments

Comments
 (0)