From a6709b4a2242abac355ca8adf6fbb3ac4977f83f Mon Sep 17 00:00:00 2001 From: Graeme Gott Date: Tue, 16 Jan 2024 08:59:38 -0500 Subject: [PATCH] Bump version number --- CMakeLists.txt | 4 ++-- ChangeLog | 5 +++++ icons/cutemaze.appdata.xml | 8 ++++++++ mac_deploy.sh | 2 +- windows/installer.nsi | 2 +- windows_deploy.bat | 2 +- 6 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a9c76e..5bccc09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,9 +5,9 @@ cmake_minimum_required(VERSION 3.16) # Configure project -project(cutemaze VERSION 1.3.2 LANGUAGES CXX) +project(cutemaze VERSION 1.3.3 LANGUAGES CXX) -set(project_copyright "2007-2023 Graeme Gott") +set(project_copyright "2007-2024 Graeme Gott") set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/ChangeLog b/ChangeLog index dcd6279..12cb960 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1.3.3 +----- +* Replaced deprecated code. +* Translation updates: Italian. + 1.3.2 ----- * Added portable mode. diff --git a/icons/cutemaze.appdata.xml b/icons/cutemaze.appdata.xml index d2bad6a..744db2e 100644 --- a/icons/cutemaze.appdata.xml +++ b/icons/cutemaze.appdata.xml @@ -82,6 +82,14 @@ + + +
    +
  • Replaced deprecated code
  • +
  • Translation updates: Italian
  • +
+
+
    diff --git a/mac_deploy.sh b/mac_deploy.sh index 379b056..c676b69 100755 --- a/mac_deploy.sh +++ b/mac_deploy.sh @@ -2,7 +2,7 @@ APP='CuteMaze' BUNDLE="$APP.app" -VERSION='1.3.2' +VERSION='1.3.3' # Locate deployment script BIN_DIR=$(pwd) diff --git a/windows/installer.nsi b/windows/installer.nsi index 6830193..96d1e12 100644 --- a/windows/installer.nsi +++ b/windows/installer.nsi @@ -4,7 +4,7 @@ !define APPNAME "CuteMaze" !define VERSIONMAJOR 1 !define VERSIONMINOR 3 -!define VERSIONPATCH 2 +!define VERSIONPATCH 3 !define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}" !define ABOUTURL "https://gottcode.org/cutemaze/" diff --git a/windows_deploy.bat b/windows_deploy.bat index 067180b..14c8084 100644 --- a/windows_deploy.bat +++ b/windows_deploy.bat @@ -4,7 +4,7 @@ SET SRCDIR=..\cutemaze SET APP=CuteMaze -SET VERSION=1.3.2 +SET VERSION=1.3.3 ECHO Copying executable MKDIR %SRCDIR%\%APP%