mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
let this be Woof! 1.1.0
Another Friday 13th release. ;)
This commit is contained in:
parent
471ca2f004
commit
16d4f9b79d
@ -7,7 +7,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
|||||||
# 3.12 is needed for modern FindPython.
|
# 3.12 is needed for modern FindPython.
|
||||||
cmake_minimum_required(VERSION 3.12)
|
cmake_minimum_required(VERSION 3.12)
|
||||||
project("Woof"
|
project("Woof"
|
||||||
VERSION 1.0.1
|
VERSION 1.1.0
|
||||||
DESCRIPTION "Woof! is a continuation of Lee Killough's Doom source port MBF targeted at modern systems."
|
DESCRIPTION "Woof! is a continuation of Lee Killough's Doom source port MBF targeted at modern systems."
|
||||||
HOMEPAGE_URL "https://github.com/fabiangreffrath/woof"
|
HOMEPAGE_URL "https://github.com/fabiangreffrath/woof"
|
||||||
LANGUAGES C)
|
LANGUAGES C)
|
||||||
@ -23,7 +23,7 @@ set(PROJECT_COPYRIGHT "Copyright (C) 1993-2020")
|
|||||||
set(PROJECT_LICENSE "GNU General Public License, version 2")
|
set(PROJECT_LICENSE "GNU General Public License, version 2")
|
||||||
set(PROJECT_STRING "${PROJECT_NAME} ${PROJECT_VERSION}")
|
set(PROJECT_STRING "${PROJECT_NAME} ${PROJECT_VERSION}")
|
||||||
set(PROJECT_TARNAME "woof")
|
set(PROJECT_TARNAME "woof")
|
||||||
set(PROJECT_VERSION_RC "1,0,1,0")
|
set(PROJECT_VERSION_RC "1,1,0,0")
|
||||||
|
|
||||||
# Toggle-able defines added at compile-time.
|
# Toggle-able defines added at compile-time.
|
||||||
option("${PROJECT_NAME}_INSTRUMENTED" "Enable memory allocation statistics" OFF)
|
option("${PROJECT_NAME}_INSTRUMENTED" "Enable memory allocation statistics" OFF)
|
||||||
|
@ -132,7 +132,7 @@ Much like a native Windows build, you do not need to download any dependencies.
|
|||||||
Initial release, introducing support for extended nodes in DeePBSP and ZDBSP formats.
|
Initial release, introducing support for extended nodes in DeePBSP and ZDBSP formats.
|
||||||
* 1.0.1 (Mar 03, 2020)
|
* 1.0.1 (Mar 03, 2020)
|
||||||
Hot-fix release, fixing drag-n-drop and adding back support for the Doom 1.2 IWAD.
|
Hot-fix release, fixing drag-n-drop and adding back support for the Doom 1.2 IWAD.
|
||||||
* 1.1.0 (XXX YY, 2020)
|
* 1.1.0 (Mar 13, 2020)
|
||||||
Major release, fixing rendering glitches in huge levels.
|
Major release, fixing rendering glitches in huge levels.
|
||||||
|
|
||||||
# Contact
|
# Contact
|
||||||
|
Loading…
x
Reference in New Issue
Block a user