From 5d02e64ec70bba85e723fb5f52e7a800efed644e Mon Sep 17 00:00:00 2001 From: Alaux <73968015+MrAlaux@users.noreply.github.com> Date: Thu, 16 May 2024 20:19:10 -0300 Subject: [PATCH] Release Nugget Doom 3.1.0 --- CHANGELOG.md | 1 + CMakeLists.txt | 4 ++-- src/g_game.c | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8985ec77..4c25942bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ - **Adjusted spawning height of _Bloodier Gibbing_ blood splats** - **Support for _Milestone Completion Announcements_ in multiplayer** - **Lengthened FOV slider** +- **Removed temporary support for "Nugget 2.4.0" saves** ## Bug Fixes diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f119dd59..225c88c6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,8 +12,8 @@ set(X_VCPKG_APPLOCAL_DEPS_INSTALL ON) cmake_minimum_required(VERSION 3.9) project("Nugget Doom" - VERSION 3.0.0 - DESCRIPTION "Nugget Doom 3.0.0" + VERSION 3.1.0 + DESCRIPTION "Nugget Doom 3.1.0" HOMEPAGE_URL "https://github.com/MrAlaux/Nugget-Doom" LANGUAGES C) diff --git a/src/g_game.c b/src/g_game.c index c8a43c02d..46a112fe1 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -2511,7 +2511,6 @@ static void G_DoLoadGame(void) CheckSaveVersion("Woof 6.0.0", saveg_woof600); CheckSaveVersion("Nugget 2.0.0", saveg_nugget200); CheckSaveVersion("Nugget 2.1.0", saveg_nugget210); - CheckSaveVersion("Nugget 2.4.0", saveg_current); // To be removed CheckSaveVersion(CURRENT_SAVE_VERSION, saveg_current); // killough 2/22/98: Friendly savegame version difference message