Skip to content

Commit

Permalink
Version bump to 4.2.5-1
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Mar 5, 2023
1 parent 8550618 commit 5cc83fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application/application.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy
CONFIG += console sailfishapp sailfishapp_i18n dbus

# Keep this in sync with service.pro and .spec
VERSION = 4.2.4-1
VERSION = 4.2.5-1

DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
Expand Down
5 changes: 4 additions & 1 deletion rpm/harbour-batterybuddy.changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
* Sun Mar 5 2023 Matti Viljanen (direc85) <[email protected]> 4.2.5-1
- Fixup! Include all translation files

* Sun Mar 5 2023 Matti Viljanen (direc85) <[email protected]> 4.2.4-1
- Fix broken battery health
- Fixup! Fix broken battery health

* Sat Mar 4 2023 Matti Viljanen (direc85) <[email protected]> 4.2.3-1
- Add Slovak translation (thanks, okruhliak)
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-batterybuddy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name: harbour-batterybuddy
# Keep this in sync with .pro files

Summary: Battery Buddy
Version: 4.2.4
Version: 4.2.5
Release: 1
Group: Qt/Qt
License: GPLv3
Expand Down
2 changes: 1 addition & 1 deletion service/service.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ QT = core dbus
PKGCONFIG += nemonotifications-qt5

# Keep this in sync with application.pro and .spec
VERSION = 4.2.4-1
VERSION = 4.2.5-1

DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
Expand Down

0 comments on commit 5cc83fe

Please sign in to comment.