diff --git a/README.md b/README.md index d449c24c2..da54cd63e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dsda-doom v0.25.0 +# dsda-doom v0.25.1 This is a fork of prboom+ with many new features, including: - Heretic, Hexen, MBF21, and Doom-in-Hexen support - In-game console and scripting diff --git a/prboom2/CMakeLists.txt b/prboom2/CMakeLists.txt index 5040c7112..c8536eb80 100644 --- a/prboom2/CMakeLists.txt +++ b/prboom2/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project("dsda-doom" VERSION 0.25.0) +project("dsda-doom" VERSION 0.25.1) # Set a default build type if none was specified set(default_build_type "RelWithDebInfo")