Version bump to 2.2-2
This commit is contained in:
parent
1db3b693f8
commit
e5f141cd4b
3 changed files with 10 additions and 7 deletions
|
@ -14,7 +14,7 @@ TARGET = harbour-batterybuddy
|
|||
|
||||
CONFIG += console sailfishapp sailfishapp_i18n
|
||||
|
||||
VER = 2.1
|
||||
VER = 2.2
|
||||
REL = 2
|
||||
|
||||
VERSION = $${VER}-$${REL}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
* Sat Mar 27 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 2.2-2
|
||||
- Fix broken notifications timer
|
||||
- Add "--verbose" and "--debug" arguments to print out more messages
|
||||
- Add "--help" argument
|
||||
|
||||
* Sat Mar 21 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 2.1-2
|
||||
- Fix crash on startup after upgrade
|
||||
- Fix missing systemd service after upgrade
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#
|
||||
# Do NOT Edit the Auto-generated Part!
|
||||
# Generated by: spectacle version 0.27
|
||||
#
|
||||
|
||||
Name: harbour-batterybuddy
|
||||
|
||||
# >> macros
|
||||
|
@ -12,8 +7,11 @@ Name: harbour-batterybuddy
|
|||
%{!?qtc_qmake5:%define qtc_qmake5 %qmake5}
|
||||
%{!?qtc_make:%define qtc_make make}
|
||||
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
||||
|
||||
# Change the version and release strings in .pro file only!
|
||||
|
||||
Summary: Battery Buddy
|
||||
Version: 2.1
|
||||
Version: 2.2
|
||||
Release: 2
|
||||
Group: Qt/Qt
|
||||
License: GPLv3
|
||||
|
|
Loading…
Reference in a new issue