Version bump to 3.11-1
This commit is contained in:
parent
374ec141dd
commit
de1061e0fe
4 changed files with 8 additions and 4 deletions
|
@ -15,7 +15,7 @@ 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 = 3.10
|
VER = 3.11
|
||||||
REL = 1
|
REL = 1
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
* Mon Apr 26 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.9-2
|
* Tue Apr 27 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.11-1
|
||||||
|
- Don't trigger config save when loading Settings page
|
||||||
|
- Use smaller Ko-Fi icon
|
||||||
|
|
||||||
|
* Mon Apr 26 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.10-1
|
||||||
- Fix and improve logged messages
|
- Fix and improve logged messages
|
||||||
- Remove more unused code
|
- Remove more unused code
|
||||||
- Handle emulator more like an actual device
|
- Handle emulator more like an actual device
|
||||||
|
|
|
@ -11,7 +11,7 @@ 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: 3.10
|
Version: 3.11
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
|
|
|
@ -7,7 +7,7 @@ QT = core dbus
|
||||||
PKGCONFIG += nemonotifications-qt5
|
PKGCONFIG += nemonotifications-qt5
|
||||||
|
|
||||||
# Keep this in sync with "application.pro"
|
# Keep this in sync with "application.pro"
|
||||||
VER = 3.10
|
VER = 3.11
|
||||||
REL = 1
|
REL = 1
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
|
|
Loading…
Reference in a new issue