From 361b86cba437d9a45b9fb0e9feb8dd1ce5194c46 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Tue, 9 Feb 2021 08:20:33 +0100 Subject: [PATCH] bump version to 2.6um --- prboom2/CMakeLists.txt | 4 ++-- prboom2/NEWS | 16 ++++++---------- prboom2/README | 2 +- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/prboom2/CMakeLists.txt b/prboom2/CMakeLists.txt index 8609fd300..9c2c1fde8 100644 --- a/prboom2/CMakeLists.txt +++ b/prboom2/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0) project("PrBoom-Plus" - VERSION 2.5.1.7 + VERSION 2.6 HOMEPAGE_URL "https://github.com/coelckers/prboom-plus") # Set a default build type if none was specified @@ -35,7 +35,7 @@ set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../depen set(PACKAGE_NAME "${PROJECT_NAME}") set(PACKAGE_TARNAME "prboom-plus") -set(PACKAGE_VERSION "${PROJECT_VERSION}") +set(PACKAGE_VERSION "${PROJECT_VERSION}um") set(PACKAGE_HOMEPAGE "${PROJECT_HOMEPAGE_URL}") set(PACKAGE_STRING "${PROJECT_NAME} ${PROJECT_VERSION}") set(CMAKE_INSTALL_DOCDIR "${CMAKE_INSTALL_DATAROOTDIR}/doc/${PACKAGE_TARNAME}") diff --git a/prboom2/NEWS b/prboom2/NEWS index bf48a69d3..16b184a20 100644 --- a/prboom2/NEWS +++ b/prboom2/NEWS @@ -1,5 +1,4 @@ -PrBoom-Plus 2.6um -currently under development +PrBoom-Plus 2.6um @ 09 Feb 2021 - fixed episode selection when playing Doom 2 - fixed Doom 1 level progression - print a blinking arrow next to the currently highlighted menu item @@ -90,23 +89,20 @@ currently under development -complevel vanilla = complevel autodetected according to IWAD loaded - allow MBF sky transfers in all complevels - add support for colored blood and gibs +- fixed key-bindings unusable after mouse-wheel up/down -PrBoom-Plus 2.5.1.7um -16 Jun 2019 +PrBoom-Plus 2.5.1.7um @ 16 Jun 2019 - adds a special marker to demos recorded with UMAPINFO - addes support for ZDBSP's compressed node format - fixes the rendering problems in OpenGL - fixes TRANMAP caching -PrBoom-Plus 2.5.1.6um -11 Jun 2019 +PrBoom-Plus 2.5.1.6um @ 11 Jun 2019 This fixes a major bug with the episode selection menu not working and adds IDCLEV checks for maps outside the standard range. -PrBoom-Plus 2.5.1.5um -10 Jun 2019 +PrBoom-Plus 2.5.1.5um @ 10 Jun 2019 First official release with UMAPINFO support -2.5.1.4.umapinfo_test -22 Apr 2017 +2.5.1.4.umapinfo_test @ 22 Apr 2017 Beta version with UMAPINFO support. Note that this is for testing as the newly added MAPINFO feature has not seen thorough testing yet. diff --git a/prboom2/README b/prboom2/README index e0d8b32a6..b854d3a1d 100644 --- a/prboom2/README +++ b/prboom2/README @@ -1,4 +1,4 @@ -PrBoom 2.5.1.5 +PrBoom 2.6um PrBoom is a version of the classic 3D shoot'em'up game Doom, originally written by id Software.