Version bump to 3.8-1
This commit is contained in:
parent
787f53216b
commit
a86086d5a1
4 changed files with 10 additions and 3 deletions
|
@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy
|
|||
CONFIG += console sailfishapp sailfishapp_i18n
|
||||
|
||||
# Keep this in sync with "service.pro"
|
||||
VER = 3.7
|
||||
VER = 3.8
|
||||
REL = 1
|
||||
|
||||
VERSION = $${VER}-$${REL}
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
* Sun Jan 31 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.8-1
|
||||
- Improve SFOS 3.4 support (don't hardcode user nemo)
|
||||
- Enable charger control by default (for new users)
|
||||
|
||||
* Sun Jan 10 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.7-2
|
||||
- Update Deutch translation (thanks, fllp)
|
||||
|
||||
* Wed Dec 30 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.7-1
|
||||
- Respect ringtone volume and silent mode
|
||||
- Fix services' startup and install/uninstall
|
||||
|
|
|
@ -11,7 +11,7 @@ Name: harbour-batterybuddy
|
|||
# Change the version and release strings in .pro file only!
|
||||
|
||||
Summary: Battery Buddy
|
||||
Version: 3.7
|
||||
Version: 3.8
|
||||
Release: 1
|
||||
Group: Qt/Qt
|
||||
License: GPLv3
|
||||
|
|
|
@ -7,7 +7,7 @@ QT = core network dbus multimedia dbus
|
|||
PKGCONFIG += nemonotifications-qt5
|
||||
|
||||
# Keep this in sync with "application.pro"
|
||||
VER = 3.7
|
||||
VER = 3.8
|
||||
REL = 1
|
||||
|
||||
VERSION = $${VER}-$${REL}
|
||||
|
|
Loading…
Reference in a new issue