Version bump to 3.6-2
This commit is contained in:
parent
5f9f3ba93e
commit
d933231a1e
5 changed files with 9 additions and 4 deletions
|
@ -16,7 +16,7 @@ CONFIG += console sailfishapp sailfishapp_i18n
|
||||||
|
|
||||||
# Keep this in sync with "service.pro"
|
# Keep this in sync with "service.pro"
|
||||||
VER = 3.6
|
VER = 3.6
|
||||||
REL = 1
|
REL = 2
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
|
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
|
||||||
|
|
|
@ -116,7 +116,8 @@ Page {
|
||||||
text: "Suomi: Matti Viljanen\n"+
|
text: "Suomi: Matti Viljanen\n"+
|
||||||
"Français: Quenty31\n"+
|
"Français: Quenty31\n"+
|
||||||
"简体中文: dashinfantry\n"+
|
"简体中文: dashinfantry\n"+
|
||||||
"svensk: eson57"
|
"svensk: eson57"+
|
||||||
|
"Deutsche: dryo"
|
||||||
}
|
}
|
||||||
|
|
||||||
AboutLabel {
|
AboutLabel {
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
|
* Sun Nov 15 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.6-2
|
||||||
|
- Add German translation (thanks, dryo)
|
||||||
|
|
||||||
* Sun Nov 15 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.6-1
|
* Sun Nov 15 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.6-1
|
||||||
|
- Main build requires SailfishOS 3.3
|
||||||
- Display charging/discharging current
|
- Display charging/discharging current
|
||||||
- Speed up service buttons
|
- Speed up service buttons
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ Name: harbour-batterybuddy
|
||||||
|
|
||||||
Summary: Battery Buddy
|
Summary: Battery Buddy
|
||||||
Version: 3.6
|
Version: 3.6
|
||||||
Release: 1
|
Release: 2
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: http://example.org/
|
URL: http://example.org/
|
||||||
|
|
|
@ -6,7 +6,7 @@ QT = core network
|
||||||
|
|
||||||
# Keep this in sync with "application.pro"
|
# Keep this in sync with "application.pro"
|
||||||
VER = 3.6
|
VER = 3.6
|
||||||
REL = 1
|
REL = 2
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||||
|
|
Loading…
Reference in a new issue