From 72adec94e1ab7c993c66d697dc66adb3107f880d Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sun, 7 Aug 2022 23:18:22 +0300 Subject: [PATCH] Version bump to v4.1.0-beta2 --- application/application.pro | 2 +- rpm/harbour-batterybuddy.changes | 3 +++ rpm/harbour-batterybuddy.spec | 2 +- service/service.pro | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/application/application.pro b/application/application.pro index cad1034..3d22a80 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-beta1 +VERSION = 4.1.0-beta2 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\" diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index b13241c..8ec0433 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,3 +1,6 @@ +* Sun Aug 7 2022 Matti Viljanen (direc85) 4.1.0-beta2 +- Add Jolla Tablet charger control file to permission service + * Sun Aug 7 2022 Matti Viljanen (direc85) 4.1.0-beta1 - Initial Jolla Tablet support (beta) - Log charging/discharging current diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index f488e8e..541fbd9 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: beta1 +Release: beta2 Group: Qt/Qt License: GPLv3 URL: http://example.org/ diff --git a/service/service.pro b/service/service.pro index 4d7ccff..00c91fb 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-beta1 +VERSION = 4.1.0-beta2 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"