From 795bbcbbb888671bd6b60da8d3d2f9c137636237 Mon Sep 17 00:00:00 2001 From: Graeme Gott Date: Mon, 6 Jan 2025 09:55:17 -0500 Subject: [PATCH] Bump version number --- CMakeLists.txt | 2 +- ChangeLog | 6 ++++++ doc/tanglet.6 | 2 +- icons/tanglet.appdata.xml | 9 +++++++++ mac_deploy.sh | 2 +- windows/installer.nsi | 2 +- windows_deploy.bat | 2 +- 7 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a63808..56a3f27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16) # Configure project -project(tanglet VERSION 1.6.5 LANGUAGES CXX) +project(tanglet VERSION 1.6.6 LANGUAGES CXX) set(project_copyright "2009-2025 Graeme Gott") diff --git a/ChangeLog b/ChangeLog index c3b3728..bb9d674 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1.6.6 +----- +* Use native icons in Windows. +* Improved deployment. +* Word list updates: Polish. + 1.6.5 ----- * FIXED: Crashed when never showing maximum score. diff --git a/doc/tanglet.6 b/doc/tanglet.6 index 0cb6bde..c9c7e49 100644 --- a/doc/tanglet.6 +++ b/doc/tanglet.6 @@ -1,4 +1,4 @@ -.TH TANGLET 6 "January 2025" "Tanglet 1.6.5" "Games Manual" +.TH TANGLET 6 "January 2025" "Tanglet 1.6.6" "Games Manual" .SH "NAME" tanglet \- word finding game diff --git a/icons/tanglet.appdata.xml b/icons/tanglet.appdata.xml index 369c3ee..b61065a 100644 --- a/icons/tanglet.appdata.xml +++ b/icons/tanglet.appdata.xml @@ -124,6 +124,15 @@ + + +
    +
  • Use native icons in Windows
  • +
  • Improved deployment
  • +
  • Word list updates: Polish
  • +
+
+
    diff --git a/mac_deploy.sh b/mac_deploy.sh index d46cad4..1794320 100755 --- a/mac_deploy.sh +++ b/mac_deploy.sh @@ -2,7 +2,7 @@ APP='Tanglet' BUNDLE="$APP.app" -VERSION='1.6.5' +VERSION='1.6.6' # Locate deployment script BIN_DIR=$(pwd) diff --git a/windows/installer.nsi b/windows/installer.nsi index 39f928b..9cb2a82 100644 --- a/windows/installer.nsi +++ b/windows/installer.nsi @@ -4,7 +4,7 @@ !define APPNAME "Tanglet" !define VERSIONMAJOR 1 !define VERSIONMINOR 6 -!define VERSIONPATCH 5 +!define VERSIONPATCH 6 !define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}" !define ABOUTURL "https://gottcode.org/tanglet/" diff --git a/windows_deploy.bat b/windows_deploy.bat index e72066a..39af959 100644 --- a/windows_deploy.bat +++ b/windows_deploy.bat @@ -4,7 +4,7 @@ SET SRCDIR=..\tanglet SET APP=Tanglet -SET VERSION=1.6.5 +SET VERSION=1.6.6 ECHO Copying executable MKDIR %SRCDIR%\%APP%