Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gottcode committed Jan 6, 2025
1 parent 117cf27 commit 795bbcb
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/tanglet.6
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions icons/tanglet.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@
<content_rating type="oars-1.1"/>

<releases>
<release version="1.6.6" date="2025-01-06">
<description>
<ul>
<li>Use native icons in Windows</li>
<li>Improved deployment</li>
<li>Word list updates: Polish</li>
</ul>
</description>
</release>
<release version="1.6.5" date="2024-01-16">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion mac_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

APP='Tanglet'
BUNDLE="$APP.app"
VERSION='1.6.5'
VERSION='1.6.6'

# Locate deployment script
BIN_DIR=$(pwd)
Expand Down
2 changes: 1 addition & 1 deletion windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

Expand Down
2 changes: 1 addition & 1 deletion windows_deploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit 795bbcb

Please sign in to comment.