Version bump to 3.12-1

This commit is contained in:
Matti Viljanen 2021-04-28 22:01:37 +03:00
parent f9768aeeb0
commit 1c2e0acea1
No known key found for this signature in database
GPG key ID: CF32A1495158F888
4 changed files with 7 additions and 3 deletions

View file

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

View file

@ -1,3 +1,7 @@
* Wed Apr 28 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.12-1
- Update Chinese translation (thanks, dashinfantry)
- Remove some debug output
* Tue Apr 27 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.11-1
- Don't trigger config save when loading Settings page

View file

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

View file

@ -7,7 +7,7 @@ QT = core dbus
PKGCONFIG += nemonotifications-qt5
# Keep this in sync with "application.pro"
VER = 3.11
VER = 3.12
REL = 1
VERSION = $${VER}-$${REL}