Version bump to v4.1.0-beta4

This commit is contained in:
Matti Viljanen 2022-08-10 21:53:15 +03:00
parent 18c47e0a4b
commit 317cd5bb6a
No known key found for this signature in database
GPG key ID: CF32A1495158F888
4 changed files with 6 additions and 3 deletions

View file

@ -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\\\"\"

View file

@ -1,3 +1,6 @@
* Wed Aug 10 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.1.0-beta4
- Use ColumnView to show the log contents with formatting (thanks, nephros!)
* Wed Aug 10 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.1.0-beta3
- Rename internal logging functions for clarity
- Invert the charge current sign if necessary

View file

@ -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/

View file

@ -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\\\"\"