Skip to content

Commit

Permalink
Version bump to 3.10-1
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Apr 26, 2021
1 parent ac1e735 commit bd3bfb8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions application/application.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ TARGET = harbour-batterybuddy
CONFIG += console sailfishapp sailfishapp_i18n

# Keep this in sync with "service.pro"
VER = 3.9
REL = 2
VER = 3.10
REL = 1

VERSION = $${VER}-$${REL}
$$system(bash update-spec-version.sh $$TARGET $$VER $$REL)
Expand Down
6 changes: 6 additions & 0 deletions rpm/harbour-batterybuddy.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* Mon Apr 26 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.9-2
- Fix and improve logged messages
- Remove more unused code
- Handle emulator more like an actual device
- Update Polish translation (thanks, atlochowski)

* Sat Apr 24 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.9-2
- Fix enabling/disabling background service (again)
- Add log viewer (and a copy button)
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,8 +11,8 @@ Name: harbour-batterybuddy
# Change the version and release strings in .pro file only!

Summary: Battery Buddy
Version: 3.9
Release: 2
Version: 3.10
Release: 1
Group: Qt/Qt
License: GPLv3
URL: http://example.org/
Expand Down
4 changes: 2 additions & 2 deletions service/service.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ QT = core dbus
PKGCONFIG += nemonotifications-qt5

# Keep this in sync with "application.pro"
VER = 3.9
REL = 2
VER = 3.10
REL = 1

VERSION = $${VER}-$${REL}
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
Expand Down

0 comments on commit bd3bfb8

Please sign in to comment.