Version bump to 3.15-1
This commit is contained in:
parent
3acb04eb64
commit
08b577f7ad
4 changed files with 8 additions and 5 deletions
|
@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy
|
||||||
CONFIG += console sailfishapp sailfishapp_i18n
|
CONFIG += console sailfishapp sailfishapp_i18n
|
||||||
|
|
||||||
# Keep this in sync with "service.pro"
|
# Keep this in sync with "service.pro"
|
||||||
VER = 3.14
|
VER = 3.15
|
||||||
REL = 1
|
REL = 1
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
* Sun May 23 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.14-1
|
* Sun Jul 25 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.15-1
|
||||||
|
- Implement BackgroundActivity timed events
|
||||||
|
|
||||||
|
* Sun May 30 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.14-1
|
||||||
- Use keepalive-tool to mitigate deep sleep
|
- Use keepalive-tool to mitigate deep sleep
|
||||||
- Update translators and credits
|
- Update translators and credits
|
||||||
- Update Polish translation (thanks, atlochowski)
|
- Update Polish translation (thanks, atlochowski)
|
||||||
|
|
|
@ -11,7 +11,7 @@ Name: harbour-batterybuddy
|
||||||
# Change the version and release strings in .pro file only!
|
# Change the version and release strings in .pro file only!
|
||||||
|
|
||||||
Summary: Battery Buddy
|
Summary: Battery Buddy
|
||||||
Version: 3.14
|
Version: 3.15
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# 0 = Compatible with SFOS 4.0+
|
# 0 = Compatible with SFOS 4.0+
|
||||||
# 1 = Compatible SFOS 2.2+
|
# 1 = Compatible SFOS 2.2+
|
||||||
LEGACY_BUILD = 1
|
LEGACY_BUILD = 0
|
||||||
|
|
||||||
TARGET = harbour-batterybuddy-daemon
|
TARGET = harbour-batterybuddy-daemon
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ contains(LEGACY_BUILD, 1) { QT = core dbus multimedia }
|
||||||
PKGCONFIG += nemonotifications-qt5
|
PKGCONFIG += nemonotifications-qt5
|
||||||
|
|
||||||
# Keep this in sync with "application.pro"
|
# Keep this in sync with "application.pro"
|
||||||
VER = 3.14
|
VER = 3.15
|
||||||
REL = 1
|
REL = 1
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
|
|
Loading…
Reference in a new issue