0.3.1
This commit is contained in:
parent
7a6af2b17e
commit
2f6985af39
4 changed files with 7 additions and 7 deletions
|
@ -10,10 +10,10 @@ ApplicationWindow
|
||||||
cover: Qt.resolvedUrl("cover/CoverPage.qml")
|
cover: Qt.resolvedUrl("cover/CoverPage.qml")
|
||||||
allowedOrientations: defaultAllowedOrientations
|
allowedOrientations: defaultAllowedOrientations
|
||||||
|
|
||||||
id: appVersion
|
id: appWin
|
||||||
|
|
||||||
property string appName: "SeaPrint"
|
property string appName: "SeaPrint"
|
||||||
property string version: "0.3-3"
|
property string version: "0.3.1-1"
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: db
|
id: db
|
||||||
|
|
|
@ -54,7 +54,7 @@ Page {
|
||||||
AboutLabel {
|
AboutLabel {
|
||||||
font.pixelSize: Theme.fontSizeLarge
|
font.pixelSize: Theme.fontSizeLarge
|
||||||
color: Theme.highlightColor
|
color: Theme.highlightColor
|
||||||
text: appVersion.appName + " v" + appVersion.version
|
text: appWin.appName + " v" + appWin.version
|
||||||
}
|
}
|
||||||
AboutLabel {
|
AboutLabel {
|
||||||
font.pixelSize: Theme.fontSizeSmall
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
|
|
|
@ -9,8 +9,8 @@ Name: harbour-seaprint
|
||||||
# << macros
|
# << macros
|
||||||
|
|
||||||
Summary: SeaPrint
|
Summary: SeaPrint
|
||||||
Version: 0.3
|
Version: 0.3.1
|
||||||
Release: 3
|
Release: 1
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: LICENSE
|
License: LICENSE
|
||||||
URL: http://example.org/
|
URL: http://example.org/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Name: harbour-seaprint
|
Name: harbour-seaprint
|
||||||
Summary: SeaPrint
|
Summary: SeaPrint
|
||||||
Version: 0.3
|
Version: 0.3.1
|
||||||
Release: 3
|
Release: 1
|
||||||
# The contents of the Group field should be one of the groups listed here:
|
# The contents of the Group field should be one of the groups listed here:
|
||||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
|
|
Loading…
Reference in a new issue