Version bump to 3.12-3

This commit is contained in:
Matti Viljanen 2021-05-01 00:03:17 +03:00
parent 6fa709c633
commit 91d8974b06
4 changed files with 6 additions and 3 deletions

View file

@ -16,7 +16,7 @@ CONFIG += console sailfishapp sailfishapp_i18n
# Keep this in sync with "service.pro"
VER = 3.12
REL = 2
REL = 3
VERSION = $${VER}-$${REL}
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)

View file

@ -1,3 +1,6 @@
* Fri Apr 30 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.12-3
- Fix missing translations
* Fri Apr 30 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.12-2
- Add Hungarian translation (thanks, 1Zgp)

View file

@ -12,7 +12,7 @@ Name: harbour-batterybuddy
Summary: Battery Buddy
Version: 3.12
Release: 2
Release: 3
Group: Qt/Qt
License: GPLv3
URL: http://example.org/

View file

@ -8,7 +8,7 @@ PKGCONFIG += nemonotifications-qt5
# Keep this in sync with "application.pro"
VER = 3.12
REL = 2
REL = 3
VERSION = $${VER}-$${REL}
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"