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")
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue