Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
bump version to 2.6um
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Feb 9, 2021
1 parent 93a5106 commit 361b86c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -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}")
Expand Down
16 changes: 6 additions & 10 deletions 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
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion 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.
Expand Down

0 comments on commit 361b86c

Please sign in to comment.