Version bump to 3.12-2
This commit is contained in:
parent
803e216fff
commit
e3f98fe769
4 changed files with 6 additions and 3 deletions
|
@ -16,7 +16,7 @@ CONFIG += console sailfishapp sailfishapp_i18n
|
||||||
|
|
||||||
# Keep this in sync with "service.pro"
|
# Keep this in sync with "service.pro"
|
||||||
VER = 3.12
|
VER = 3.12
|
||||||
REL = 1
|
REL = 2
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
|
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
* Fri Apr 30 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.12-2
|
||||||
|
- Add Hungarian translation (thanks, 1Zgp)
|
||||||
|
|
||||||
* Wed Apr 28 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.12-1
|
* Wed Apr 28 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.12-1
|
||||||
- Update Chinese translation (thanks, dashinfantry)
|
- Update Chinese translation (thanks, dashinfantry)
|
||||||
- Remove some debug output
|
- Remove some debug output
|
||||||
|
|
|
@ -12,7 +12,7 @@ Name: harbour-batterybuddy
|
||||||
|
|
||||||
Summary: Battery Buddy
|
Summary: Battery Buddy
|
||||||
Version: 3.12
|
Version: 3.12
|
||||||
Release: 1
|
Release: 2
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: http://example.org/
|
URL: http://example.org/
|
||||||
|
|
|
@ -8,7 +8,7 @@ PKGCONFIG += nemonotifications-qt5
|
||||||
|
|
||||||
# Keep this in sync with "application.pro"
|
# Keep this in sync with "application.pro"
|
||||||
VER = 3.12
|
VER = 3.12
|
||||||
REL = 1
|
REL = 2
|
||||||
|
|
||||||
VERSION = $${VER}-$${REL}
|
VERSION = $${VER}-$${REL}
|
||||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||||
|
|
Loading…
Reference in a new issue