Version bump to 3.0-beta1 (2.99-1)

This commit is contained in:
Matti Viljanen 2020-04-26 19:06:49 +03:00
parent b6e62511f0
commit 4b289606b6
No known key found for this signature in database
GPG key ID: CF32A1495158F888
4 changed files with 13 additions and 7 deletions

View file

@ -15,8 +15,8 @@ TARGET = harbour-batterybuddy
CONFIG += console sailfishapp sailfishapp_i18n
# Keep this in sync with "service.pro"
VER = 2.2
REL = 2
VER = 2.99
REL = 1
VERSION = $${VER}-$${REL}
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)

View file

@ -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
- Add Swedish translation (thanks, eson57)
- Add "--verbose" and "--debug" arguments to print out more messages

View file

@ -11,8 +11,8 @@ Name: harbour-batterybuddy
# Change the version and release strings in .pro file only!
Summary: Battery Buddy
Version: 2.2
Release: 2
Version: 2.99
Release: 1
Group: Qt/Qt
License: GPLv3
URL: http://example.org/

View file

@ -5,8 +5,8 @@ CONFIG = qt console c++11 sailfish_build
QT = core network
# Keep this in sync with "application.pro"
VER = 2.2
REL = 2
VER = 2.99
REL = 1
VERSION = $${VER}-$${REL}
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"