Version bump to 3.6-3
This commit is contained in:
parent
b7afaf2caf
commit
56e39608e7
4 changed files with 8 additions and 3 deletions
|
@ -16,7 +16,7 @@ CONFIG += console sailfishapp sailfishapp_i18n
|
|||
|
||||
# Keep this in sync with "service.pro"
|
||||
VER = 3.6
|
||||
REL = 2
|
||||
REL = 3
|
||||
|
||||
VERSION = $${VER}-$${REL}
|
||||
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
* Mon Nov 16 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.6-3
|
||||
- Add Polish translation (thanks, atlochowski)
|
||||
- Updated Chinese translation (thanks, dashinfantry)
|
||||
- Updated Finnish translation
|
||||
|
||||
* Sun Nov 15 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.6-2
|
||||
- Add German translation (thanks, dryo)
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ Name: harbour-batterybuddy
|
|||
|
||||
Summary: Battery Buddy
|
||||
Version: 3.6
|
||||
Release: 2
|
||||
Release: 3
|
||||
Group: Qt/Qt
|
||||
License: GPLv3
|
||||
URL: http://example.org/
|
||||
|
|
|
@ -6,7 +6,7 @@ QT = core network
|
|||
|
||||
# Keep this in sync with "application.pro"
|
||||
VER = 3.6
|
||||
REL = 2
|
||||
REL = 3
|
||||
|
||||
VERSION = $${VER}-$${REL}
|
||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||
|
|
Loading…
Reference in a new issue