Version bump to 3.10-1
This commit is contained in:
parent
ac1e735d26
commit
bd3bfb8365
4 changed files with 12 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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\\\"\"
|
||||
|
|
Loading…
Reference in a new issue