Skip to content

Commit

Permalink
Version bump to 3.15.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Oct 10, 2021
1 parent 221d32d commit 03786b2
Show file tree
Hide file tree
Showing 4 changed files with 8 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 @@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy
CONFIG += console sailfishapp sailfishapp_i18n

# Keep this in sync with "service.pro"
VER = 3.15
VER = 3.15.1
REL = 1

VERSION = $${VER}-$${REL}
Expand Down
5 changes: 5 additions & 0 deletions rpm/harbour-batterybuddy.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Sun Oct 10 2021 Matti Viljanen (direc85) <[email protected]> 3.16.0-1
- Built for SFOS 4.2.0.21 using SDK 3.6.6
- Use semantic versioning
- Use `systemctl-user` instead of `systemctl --user`

* Sun Jul 25 2021 Matti Viljanen (direc85) <[email protected]> 3.15-1
- Implement BackgroundActivity timed events

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
# Change the version and release strings in .pro file only!

Summary: Battery Buddy
Version: 3.15
Version: 3.15.1
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 @@ -12,7 +12,7 @@ contains(LEGACY_BUILD, 1) { QT = core dbus multimedia }
PKGCONFIG += nemonotifications-qt5

# Keep this in sync with "application.pro"
VER = 3.15
VER = 3.15.1
REL = 1

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

0 comments on commit 03786b2

Please sign in to comment.