This commit is contained in:
Anton Thomasson 2019-12-19 21:58:56 +01:00
parent 7a6af2b17e
commit 2f6985af39
4 changed files with 7 additions and 7 deletions

View file

@ -10,10 +10,10 @@ ApplicationWindow
cover: Qt.resolvedUrl("cover/CoverPage.qml")
allowedOrientations: defaultAllowedOrientations
id: appVersion
id: appWin
property string appName: "SeaPrint"
property string version: "0.3-3"
property string version: "0.3.1-1"
Item {
id: db

View file

@ -54,7 +54,7 @@ Page {
AboutLabel {
font.pixelSize: Theme.fontSizeLarge
color: Theme.highlightColor
text: appVersion.appName + " v" + appVersion.version
text: appWin.appName + " v" + appWin.version
}
AboutLabel {
font.pixelSize: Theme.fontSizeSmall

View file

@ -9,8 +9,8 @@ Name: harbour-seaprint
# << macros
Summary: SeaPrint
Version: 0.3
Release: 3
Version: 0.3.1
Release: 1
Group: Qt/Qt
License: LICENSE
URL: http://example.org/

View file

@ -1,7 +1,7 @@
Name: harbour-seaprint
Summary: SeaPrint
Version: 0.3
Release: 3
Version: 0.3.1
Release: 1
# The contents of the Group field should be one of the groups listed here:
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
Group: Qt/Qt