Version bump to v3.9-2
This commit is contained in:
parent
10465c072c
commit
64eb90da76
4 changed files with 6 additions and 5 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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\\\"\"
|
||||
|
|
Loading…
Reference in a new issue