Skip to content

Commit

Permalink
Version bump to 3.12-3
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Apr 30, 2021
1 parent 6fa709c commit 91d8974
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/application.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions rpm/harbour-batterybuddy.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Fri Apr 30 2021 Matti Viljanen (direc85) <[email protected]> 3.12-3
- Fix missing translations

* Fri Apr 30 2021 Matti Viljanen (direc85) <[email protected]> 3.12-2
- Add Hungarian translation (thanks, 1Zgp)

Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-batterybuddy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion service/service.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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\\\"\"
Expand Down

0 comments on commit 91d8974

Please sign in to comment.