Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gottcode committed Apr 16, 2024
1 parent 474f934 commit 62d9970
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 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(gottet VERSION 1.2.3 LANGUAGES CXX)
project(gottet VERSION 1.2.4 LANGUAGES CXX)

set(project_copyright "2008-2024 Graeme Gott")

Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.4
-----
* FIXED: Top row was duplicated when removing multiple rows.

1.2.3
-----
* Replaced deprecated code.
Expand Down
7 changes: 7 additions & 0 deletions icons/gottet.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@
<content_rating type="oars-1.1"/>

<releases>
<release version="1.2.4" date="2024-04-16">
<description>
<ul>
<li>FIXED: Top row was duplicated when removing multiple rows</li>
</ul>
</description>
</release>
<release version="1.2.3" 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='Gottet'
BUNDLE="$APP.app"
VERSION='1.2.3'
VERSION='1.2.4'

# 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 "Gottet"
!define VERSIONMAJOR 1
!define VERSIONMINOR 2
!define VERSIONPATCH 3
!define VERSIONPATCH 4
!define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}"
!define ABOUTURL "https://gottcode.org/gottet/"

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=..\gottet
SET APP=Gottet
SET VERSION=1.2.3
SET VERSION=1.2.4

ECHO Copying executable
MKDIR %SRCDIR%\%APP%
Expand Down

0 comments on commit 62d9970

Please sign in to comment.