diff --git a/application/application.pro b/application/application.pro index 3d22a80..9d136b5 100644 --- a/application/application.pro +++ b/application/application.pro @@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy CONFIG += console sailfishapp sailfishapp_i18n dbus # Keep this in sync with service.pro and .spec -VERSION = 4.1.0-beta2 +VERSION = 4.1.0-beta3 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\" diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index 8ec0433..b7b34ae 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,3 +1,11 @@ +* Wed Aug 10 2022 Matti Viljanen (direc85) 4.1.0-beta3 +- Rename internal logging functions for clarity +- Invert the charge current sign if necessary +- Assume the charge current value always changes +- Remove unused files +- Print changelog at the end of the build script +- Built with Sailfish OS SDK 3.9 for 4.4.0.68 + * Sun Aug 7 2022 Matti Viljanen (direc85) 4.1.0-beta2 - Add Jolla Tablet charger control file to permission service @@ -9,7 +17,6 @@ - Don't try to use non-existent files - Print correct log file name - Remove unused signals from service -- Built with Sailfish OS SDK 3.9 for 4.4.0.68 * Sun Mar 20 2022 Matti Viljanen (direc85) 4.0.0-1 - Enable sandboxing with appropriate permissions (GUI only) diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index 541fbd9..d77d9e2 100644 --- a/rpm/harbour-batterybuddy.spec +++ b/rpm/harbour-batterybuddy.spec @@ -12,7 +12,7 @@ Name: harbour-batterybuddy Summary: Battery Buddy Version: 4.1.0 -Release: beta2 +Release: beta3 Group: Qt/Qt License: GPLv3 URL: http://example.org/ diff --git a/service/service.pro b/service/service.pro index 00c91fb..f230cec 100644 --- a/service/service.pro +++ b/service/service.pro @@ -5,7 +5,7 @@ QT = core dbus PKGCONFIG += nemonotifications-qt5 # Keep this in sync with application.pro and .spec -VERSION = 4.1.0-beta2 +VERSION = 4.1.0-beta3 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"