From b1751ffe666baf68c9609dc7887c18f05771c2b6 Mon Sep 17 00:00:00 2001 From: Alaux <73968015+MrAlaux@users.noreply.github.com> Date: Tue, 23 May 2023 20:00:29 -0300 Subject: [PATCH] Release Nugget Doom 1.14.0 --- CHANGELOG.md | 2 +- CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0710b667..f8448c3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,7 +60,7 @@ ## Bug Fixes - **Fixed a demo desync** -- **Fixed FOV calculations**; Doom Retro's FOV behavior is now matched +- **Fixed FOV calculations**; Doom Retro's FOV behavior is now matched (FOV value corresponds to FOV in degrees) - **Fixed some FOV-related sky rendering issues** - **Made _"Seizure"_ screen wipe's speed consistent** in low and high resolution - **Fixed some cheat activation messages** diff --git a/CMakeLists.txt b/CMakeLists.txt index 38f7561e0..9d6b5a973 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,8 @@ set(X_VCPKG_APPLOCAL_DEPS_INSTALL ON) cmake_minimum_required(VERSION 3.9) project("Nugget Doom" - VERSION 1.13.0 - DESCRIPTION "Nugget Doom 1.13.0" + VERSION 1.14.0 + DESCRIPTION "Nugget Doom 1.14.0" HOMEPAGE_URL "https://github.com/MrAlaux/Nugget-Doom" LANGUAGES C)