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 10, 2023
1 parent 77ae9de commit ad42879
Show file tree
Hide file tree
Showing 6 changed files with 19 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(cutemaze VERSION 1.3.1 LANGUAGES CXX)
project(cutemaze VERSION 1.3.2 LANGUAGES CXX)

set(project_copyright "2007-2023 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.3.2
-----
* Added portable mode.
* Improved Linux deployment.
* Replaced deprecated code.

1.3.1
-----
* Switched to Qt 6.
Expand Down
9 changes: 9 additions & 0 deletions icons/cutemaze.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@
<content_rating type="oars-1.1"/>

<releases>
<release version="1.3.2" date="2023-01-10">
<description>
<ul>
<li>Added portable mode</li>
<li>Improved Linux deployment</li>
<li>Replaced deprecated code</li>
</ul>
</description>
</release>
<release version="1.3.1" date="2022-05-03">
<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='CuteMaze'
BUNDLE="$APP.app"
VERSION='1.3.1'
VERSION='1.3.2'

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

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=..\cutemaze
SET APP=CuteMaze
SET VERSION=1.3.1
SET VERSION=1.3.2

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

0 comments on commit ad42879

Please sign in to comment.