diff --git a/application/application.pro b/application/application.pro index 9748c05..8797a2e 100644 --- a/application/application.pro +++ b/application/application.pro @@ -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) diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index 0381884..b484e1c 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,4 +1,4 @@ -* Sat Apr 24 2021 Matti Viljanen (direc85) 3.9-1 +* Sat Apr 24 2021 Matti Viljanen (direc85) 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) 3.8-1 - Improve SFOS 3.4 support (don't hardcode user nemo) diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index 0a9144a..3ac62f1 100644 --- a/rpm/harbour-batterybuddy.spec +++ b/rpm/harbour-batterybuddy.spec @@ -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/ diff --git a/service/service.pro b/service/service.pro index bf4e598..2b5250e 100644 --- a/service/service.pro +++ b/service/service.pro @@ -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\\\"\"