Skip to content

Commit

Permalink
Version bump to 3.16.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Nov 24, 2021
1 parent 0632c9c commit 72a0a85
Show file tree
Hide file tree
Showing 4 changed files with 8 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

# Keep this in sync with "service.pro"
VER = 3.16.1
VER = 3.16.2
REL = 1

VERSION = $${VER}-$${REL}
Expand Down
4 changes: 4 additions & 0 deletions rpm/harbour-batterybuddy.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* Wed Nov 24 2021 Matti Viljanen (direc85) <[email protected]> 3.16.2-1
- Fix .spec bin file path (thanks, leon and nephros)
- Built with Sailfish OS SDK 3.7 for 4.3.0.12

* Sun Oct 10 2021 Matti Viljanen (direc85) <[email protected]> 3.16.1-1
- Fix bogus version number

Expand Down
4 changes: 2 additions & 2 deletions rpm/harbour-batterybuddy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name: harbour-batterybuddy
# Change the version and release strings in .pro file only!

Summary: Battery Buddy
Version: 3.16.1
Version: 3.16.2
Release: 1
Group: Qt/Qt
License: GPLv3
Expand Down Expand Up @@ -65,7 +65,7 @@ desktop-file-install --delete-original \

%files
%defattr(-,root,root,-)
%{_bindir}
%{_bindir}/*
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
Expand Down
2 changes: 1 addition & 1 deletion service/service.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ contains(LEGACY_BUILD, 1) { QT = core dbus multimedia }
PKGCONFIG += nemonotifications-qt5

# Keep this in sync with "application.pro"
VER = 3.16.1
VER = 3.16.2
REL = 1

VERSION = $${VER}-$${REL}
Expand Down

0 comments on commit 72a0a85

Please sign in to comment.