From 21f0b0e7543cf93d83797f9c08bbf6959a6bd606 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Fri, 23 Sep 2022 07:40:47 +0200 Subject: [PATCH] release Woof! 10.3.0 --- CHANGELOG.md | 1 + CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db719c72..ccdaf327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Let exit lines blink on the Automap as well if "blinking keyed doors" are enabled. * Add smooth texture and flat scrolling. * Synchronize animated flats. +* Remove the "STS" prefix from the Level Stats widget. ## Bug Fixes * Skip response file in `M_CheckCommandLine()`, fixes network games initiated from the setup tool. diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ccc2a06..ae7c62db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") cmake_minimum_required(VERSION 3.6) project("Woof" - VERSION 10.2.0 + VERSION 10.3.0 LANGUAGES C) set(CMAKE_C_STANDARD 99)