Version bump to 3.10-1

This commit is contained in:
Matti Viljanen 2021-04-26 17:41:02 +03:00
parent ac1e735d26
commit bd3bfb8365
No known key found for this signature in database
GPG key ID: CF32A1495158F888
4 changed files with 12 additions and 6 deletions

View file

@ -15,8 +15,8 @@ TARGET = harbour-batterybuddy
CONFIG += console sailfishapp sailfishapp_i18n
# Keep this in sync with "service.pro"
VER = 3.9
REL = 2
VER = 3.10
REL = 1
VERSION = $${VER}-$${REL}
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)

View file

@ -1,3 +1,9 @@
* Mon Apr 26 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.9-2
- Fix and improve logged messages
- Remove more unused code
- Handle emulator more like an actual device
- Update Polish translation (thanks, atlochowski)
* Sat Apr 24 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.9-2
- Fix enabling/disabling background service (again)
- Add log viewer (and a copy button)

View file

@ -11,8 +11,8 @@ Name: harbour-batterybuddy
# Change the version and release strings in .pro file only!
Summary: Battery Buddy
Version: 3.9
Release: 2
Version: 3.10
Release: 1
Group: Qt/Qt
License: GPLv3
URL: http://example.org/

View file

@ -7,8 +7,8 @@ QT = core dbus
PKGCONFIG += nemonotifications-qt5
# Keep this in sync with "application.pro"
VER = 3.9
REL = 2
VER = 3.10
REL = 1
VERSION = $${VER}-$${REL}
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"