Version bump to v4.2.4-1
This commit is contained in:
parent
0a88ca6692
commit
4cefee7250
4 changed files with 6 additions and 3 deletions
|
@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy
|
|||
CONFIG += console sailfishapp sailfishapp_i18n dbus
|
||||
|
||||
# Keep this in sync with service.pro and .spec
|
||||
VERSION = 4.2.3-1
|
||||
VERSION = 4.2.4-1
|
||||
|
||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
* Sun Mar 5 2023 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.2.4-1
|
||||
- Fix broken battery health
|
||||
|
||||
* Sat Mar 4 2023 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.2.3-1
|
||||
- Add Slovak translation (thanks, okruhliak)
|
||||
- Update Swedish translation (thanks, eson57)
|
||||
|
|
|
@ -11,7 +11,7 @@ Name: harbour-batterybuddy
|
|||
# Keep this in sync with .pro files
|
||||
|
||||
Summary: Battery Buddy
|
||||
Version: 4.2.3
|
||||
Version: 4.2.4
|
||||
Release: 1
|
||||
Group: Qt/Qt
|
||||
License: GPLv3
|
||||
|
|
|
@ -5,7 +5,7 @@ QT = core dbus
|
|||
PKGCONFIG += nemonotifications-qt5
|
||||
|
||||
# Keep this in sync with application.pro and .spec
|
||||
VERSION = 4.2.3-1
|
||||
VERSION = 4.2.4-1
|
||||
|
||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
||||
|
|
Loading…
Reference in a new issue