Version bump to 3.3

This commit is contained in:
Matti Viljanen 2020-06-14 11:54:09 +03:00
parent 001b815324
commit a74ccff6ab
No known key found for this signature in database
GPG key ID: CF32A1495158F888
4 changed files with 10 additions and 4 deletions

View file

@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy
CONFIG += console sailfishapp sailfishapp_i18n
# Keep this in sync with "service.pro"
VER = 3.2
VER = 3.3
REL = 1
VERSION = $${VER}-$${REL}

View file

@ -1,4 +1,10 @@
* Thu Jun 12 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.2-1
* Fri Jun 12 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.3-1
- Start user service at boot
- Remove all old versions of the services
- Fix start and stop service controls
- Update Swedish translation (thanks, eson57)
* Fri Jun 12 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.2-1
- Run service without root privileges
- Add start and stop service controls

View file

@ -11,7 +11,7 @@ Name: harbour-batterybuddy
# Change the version and release strings in .pro file only!
Summary: Battery Buddy
Version: 3.2
Version: 3.3
Release: 1
Group: Qt/Qt
License: GPLv3

View file

@ -5,7 +5,7 @@ CONFIG = qt console c++11 sailfish_build
QT = core network
# Keep this in sync with "application.pro"
VER = 3.2
VER = 3.3
REL = 1
VERSION = $${VER}-$${REL}