Version bump to 3.0-beta1 (2.99-1)
This commit is contained in:
parent
b6e62511f0
commit
4b289606b6
4 changed files with 13 additions and 7 deletions
|
@ -15,8 +15,8 @@ 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 = 2.2
|
VER = 2.99
|
||||||
REL = 2
|
REL = 1
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
|
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
* Sat Mar 27 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 2.2-2
|
* Sun Apr 26 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 2.99-1
|
||||||
|
- Version 3.0 beta 1
|
||||||
|
- Reimplemented systemd service controls charging and notifications
|
||||||
|
- GUI doesn't have to be open for proper operation
|
||||||
|
- Added Ko-Fi.com donation link
|
||||||
|
|
||||||
|
* Fri Mar 27 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 2.2-2
|
||||||
- Fix broken notifications timer
|
- Fix broken notifications timer
|
||||||
- Add Swedish translation (thanks, eson57)
|
- Add Swedish translation (thanks, eson57)
|
||||||
- Add "--verbose" and "--debug" arguments to print out more messages
|
- Add "--verbose" and "--debug" arguments to print out more messages
|
||||||
|
|
|
@ -11,8 +11,8 @@ 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: 2.2
|
Version: 2.99
|
||||||
Release: 2
|
Release: 1
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: http://example.org/
|
URL: http://example.org/
|
||||||
|
|
|
@ -5,8 +5,8 @@ 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 = 2.2
|
VER = 2.99
|
||||||
REL = 2
|
REL = 1
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||||
|
|
Loading…
Reference in a new issue