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 16, 2024
1 parent e9af79d commit 2fce5b7
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -5,9 +5,9 @@
cmake_minimum_required(VERSION 3.16)

# Configure project
project(hexalate VERSION 1.2.2 LANGUAGES CXX)
project(hexalate VERSION 1.2.3 LANGUAGES CXX)

set(project_copyright "2009-2023 Graeme Gott")
set(project_copyright "2009-2024 Graeme Gott")

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
1.2.3
-----
* Replaced deprecated code.

1.2.2
-----
* Added portable mode.
Expand Down
7 changes: 7 additions & 0 deletions icons/hexalate.appdata.xml
Expand Up @@ -90,6 +90,13 @@
<content_rating type="oars-1.1"/>

<releases>
<release version="1.2.3" date="2024-01-16">
<description>
<ul>
<li>Replaced deprecated code</li>
</ul>
</description>
</release>
<release version="1.2.2" date="2023-01-10">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion mac_deploy.sh
Expand Up @@ -2,7 +2,7 @@

APP='Hexalate'
BUNDLE="$APP.app"
VERSION='1.2.2'
VERSION='1.2.3'

# Locate deployment script
BIN_DIR=$(pwd)
Expand Down
2 changes: 1 addition & 1 deletion windows/installer.nsi
Expand Up @@ -4,7 +4,7 @@
!define APPNAME "Hexalate"
!define VERSIONMAJOR 1
!define VERSIONMINOR 2
!define VERSIONPATCH 2
!define VERSIONPATCH 3
!define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}"
!define ABOUTURL "https://gottcode.org/hexalate/"

Expand Down
2 changes: 1 addition & 1 deletion windows_deploy.bat
Expand Up @@ -4,7 +4,7 @@

SET SRCDIR=..\hexalate
SET APP=Hexalate
SET VERSION=1.2.2
SET VERSION=1.2.3

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

0 comments on commit 2fce5b7

Please sign in to comment.