Version bump to v3.9-2

This commit is contained in:
Matti Viljanen 2021-04-25 00:04:35 +03:00
parent 10465c072c
commit 64eb90da76
No known key found for this signature in database
GPG key ID: CF32A1495158F888
4 changed files with 6 additions and 5 deletions

View file

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

View file

@ -1,4 +1,4 @@
* Sat Apr 24 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.9-1
* 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)
- Add buttons to help fine-tuning slider values
@ -8,7 +8,8 @@
- Explicitly stop and start the service during install/upgrade
- Use sh instead of bash
- Improve code quality and efficiency
- Remove and simplift a lot of code
- Remove and simplify a lot of code
- Update Swedish translation (thanks, eson57) (3.9-2)
* Sun Jan 31 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.8-1
- Improve SFOS 3.4 support (don't hardcode user nemo)

View file

@ -12,7 +12,7 @@ Name: harbour-batterybuddy
Summary: Battery Buddy
Version: 3.9
Release: 1
Release: 2
Group: Qt/Qt
License: GPLv3
URL: http://example.org/

View file

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