Version bump to 3.6-1
This commit is contained in:
parent
8ddb3c187d
commit
45d3ceed37
4 changed files with 7 additions and 3 deletions
|
@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy
|
||||||
CONFIG += console sailfishapp sailfishapp_i18n
|
CONFIG += console sailfishapp sailfishapp_i18n
|
||||||
|
|
||||||
# Keep this in sync with "service.pro"
|
# Keep this in sync with "service.pro"
|
||||||
VER = 3.5
|
VER = 3.6
|
||||||
REL = 1
|
REL = 1
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
* Sun Nov 15 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.6-1
|
||||||
|
- Display charging/discharging current
|
||||||
|
- Speed up service buttons
|
||||||
|
|
||||||
* Mon Oct 19 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.5-1
|
* Mon Oct 19 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.5-1
|
||||||
- Fix service control buttons on SFOS 3.4
|
- Fix service control buttons on SFOS 3.4
|
||||||
- Drop custom slider element
|
- Drop custom slider element
|
||||||
|
|
|
@ -11,7 +11,7 @@ Name: harbour-batterybuddy
|
||||||
# Change the version and release strings in .pro file only!
|
# Change the version and release strings in .pro file only!
|
||||||
|
|
||||||
Summary: Battery Buddy
|
Summary: Battery Buddy
|
||||||
Version: 3.5
|
Version: 3.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
|
|
|
@ -5,7 +5,7 @@ CONFIG = qt console c++11 sailfish_build
|
||||||
QT = core network
|
QT = core network
|
||||||
|
|
||||||
# Keep this in sync with "application.pro"
|
# Keep this in sync with "application.pro"
|
||||||
VER = 3.5
|
VER = 3.6
|
||||||
REL = 1
|
REL = 1
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
|
|
Loading…
Reference in a new issue