Skip to content

Commit

Permalink
Release Nugget Doom 1.8.0
Browse files Browse the repository at this point in the history
Also update copyright year.
  • Loading branch information
MrAlaux committed Feb 26, 2022
1 parent 4af653e commit b1d62a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
# 3.12 is needed for modern FindPython.
cmake_minimum_required(VERSION 3.12)
project("Nugget Doom"
VERSION 1.7.0
DESCRIPTION "Nugget Doom 1.7.0"
VERSION 1.8.0
DESCRIPTION "Nugget Doom 1.8.0"
HOMEPAGE_URL "https://github.com/MrAlaux/Nugget-Doom"
LANGUAGES C)

Expand All @@ -37,7 +37,7 @@ endif()

# Hardcoded defines added to configure and resource files.
set(PROJECT_COMPANY "Alaux and contributors")
set(PROJECT_COPYRIGHT "Copyright (C) 1993-2021")
set(PROJECT_COPYRIGHT "Copyright (C) 1993-2022")
set(PROJECT_LICENSE "GNU General Public License, version 2")
set(PROJECT_STRING "${PROJECT_NAME} ${PROJECT_VERSION}")
set(PROJECT_TARNAME "nugget-doom")
Expand Down

0 comments on commit b1d62a7

Please sign in to comment.