From 4d416c7ffac8ef42f539652c29dc24e6b1012d13 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Thu, 1 Sep 2022 09:06:29 +0200 Subject: [PATCH] Crispy Doom 5.12 --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cbecb4dd0..6bc4ac14b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ **New Features and Improvements** * Add mouse smoothing when running uncapped. (by @mikeday0) -* New icon design (thanks @kiwaph). +* New icon designs for all games and the setup executable (by @kiwaph). * Brightmaps now working on mid-textures of two-sided lines (by @JNechaevsky). * New stats widget option: above status bar. * Many automap improvements: (by @JNechaevsky and @mikeday0) diff --git a/CMakeLists.txt b/CMakeLists.txt index 750c85fbbb..76de70481f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") cmake_minimum_required(VERSION 3.7.2) -project("Crispy Doom" VERSION 5.11.1 LANGUAGES C) +project("Crispy Doom" VERSION 5.12.0 LANGUAGES C) # Autotools variables set(top_srcdir ${CMAKE_CURRENT_SOURCE_DIR}) diff --git a/configure.ac b/configure.ac index 4d500d7928..5908e1adf7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Crispy Doom, 5.11.1, +AC_INIT(Crispy Doom, 5.12.0, fabian@greffrath.com, crispy-doom) PACKAGE_SHORTNAME=${PACKAGE_NAME% Doom}