From 317cd5bb6a6d4447672877d628e67445225e8426 Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Wed, 10 Aug 2022 21:53:15 +0300 Subject: [PATCH] Version bump to v4.1.0-beta4 --- 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 9d136b5..faf2287 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-beta3 +VERSION = 4.1.0-beta4 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\" diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index b7b34ae..f4f46ec 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,3 +1,6 @@ +* Wed Aug 10 2022 Matti Viljanen (direc85) 4.1.0-beta4 +- Use ColumnView to show the log contents with formatting (thanks, nephros!) + * Wed Aug 10 2022 Matti Viljanen (direc85) 4.1.0-beta3 - Rename internal logging functions for clarity - Invert the charge current sign if necessary diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index d77d9e2..3942a3e 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: beta3 +Release: beta4 Group: Qt/Qt License: GPLv3 URL: http://example.org/ diff --git a/service/service.pro b/service/service.pro index f230cec..ab2e2d0 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-beta3 +VERSION = 4.1.0-beta4 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"