Version bump to v4.2.0-1
This commit is contained in:
parent
06db38aa6f
commit
f5580e18f1
4 changed files with 7 additions and 4 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.1.1-1
|
||||
VERSION = 4.2.0-1
|
||||
|
||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
* Sun Aug 28 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.1.0-1
|
||||
* Sat Dec 31 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.2.0-1
|
||||
- Add setting maximum charge current
|
||||
|
||||
* Sun Aug 28 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.1.1-1
|
||||
- Fixup! Use correct colors in battery graphic
|
||||
- Fixup! Enable low battery animation
|
||||
- Move all subpages to MainPage pull down menu
|
||||
|
|
|
@ -11,7 +11,7 @@ Name: harbour-batterybuddy
|
|||
# Change the version and release strings in .pro file only!
|
||||
|
||||
Summary: Battery Buddy
|
||||
Version: 4.1.1
|
||||
Version: 4.2.0
|
||||
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.1.1-1
|
||||
VERSION = 4.2.0-1
|
||||
|
||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
||||
|
|
Loading…
Reference in a new issue