From 31c85616dacd600e2157c7ed441deb583d0e5297 Mon Sep 17 00:00:00 2001 From: Alaux <73968015+MrAlaux@users.noreply.github.com> Date: Sun, 20 Oct 2024 05:55:55 -0300 Subject: [PATCH] Release Nugget Doom 3.3.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75e523211..928d7bbfa 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.2.0 - DESCRIPTION "Nugget Doom 3.2.0" + VERSION 3.3.0 + DESCRIPTION "Nugget Doom 3.3.0" HOMEPAGE_URL "https://github.com/MrAlaux/Nugget-Doom" LANGUAGES C)