File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ Bug fixes:
77
88Other:
99
10+ 1.15.1
11+ ======
12+
13+ Other:
14+
15+ * Update Italian translations
16+ * Use Argengine as the CLI argument parser
17+
10181.15.0
1119======
1220
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ endif()
2222# Global version
2323set (VERSION_MAJOR 1)
2424set (VERSION_MINOR 15)
25- set (VERSION_PATCH 0 )
25+ set (VERSION_PATCH 1 )
2626set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
2727
2828# Some common CPack variables
Original file line number Diff line number Diff line change 44TEMPLATE = app
55TARGET = heimer
66
7- DEFINES += VERSION =\ \\"1.15.0 \\\"
7+ DEFINES += VERSION =\ \\"1.15.1 \\\"
88CONFIG += c ++11 lrelease embed_translations
99
1010# Qt version check
Original file line number Diff line number Diff line change 99!define DESCRIPTION " An application for mind map creation and management."
1010!define VERSIONMAJOR 1
1111!define VERSIONMINOR 15
12- !define VERSIONBUILD 0
12+ !define VERSIONBUILD 1
1313!define HELPURL " http://juzzlin.github.io/Heimer/"
1414!define UPDATEURL " https://github.com/juzzlin/Heimer/releases"
1515!define ABOUTURL " http://juzzlin.github.io/Heimer/"
Original file line number Diff line number Diff line change 22
33# Builds AppImage in Docker
44
5- HEIMER_VERSION=1.15.0
5+ HEIMER_VERSION=1.15.1
66
77CMD=" export LANG=en_US.UTF-8 && \
88 export LC_ALL=en_US.UTF-8 && \
Original file line number Diff line number Diff line change 11name : heimer
2- version : ' 1.15.0 '
2+ version : ' 1.15.1 '
33summary : Heimer is a simple cross-platform mind map tool.
44description : |
55 Heimer is a simple cross-platform mind map creation tool.
You can’t perform that action at this time.
0 commit comments