From ddd9d7390c978375adf64263f02b8cb695a5c539 Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Mon, 11 Oct 2021 01:15:27 +0300 Subject: [PATCH] Version bump to 3.16.1-1 --- application/application.pro | 2 +- rpm/harbour-batterybuddy.changes | 3 +++ rpm/harbour-batterybuddy.spec | 2 +- service/service.pro | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/application/application.pro b/application/application.pro index 201b7a0..f2639e5 100644 --- a/application/application.pro +++ b/application/application.pro @@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy CONFIG += console sailfishapp sailfishapp_i18n # Keep this in sync with "service.pro" -VER = 3.15.1 +VER = 3.16.1 REL = 1 VERSION = $${VER}-$${REL} diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index 857ad5a..e97a202 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,3 +1,6 @@ +* Sun Oct 10 2021 Matti Viljanen (direc85) 3.16.1-1 +- Fix bogus version number + * Sun Oct 10 2021 Matti Viljanen (direc85) 3.16.0-1 - Built for SFOS 4.2.0.21 using SDK 3.6.6 - Use semantic versioning diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index 4726fdf..787b63f 100644 --- a/rpm/harbour-batterybuddy.spec +++ b/rpm/harbour-batterybuddy.spec @@ -11,7 +11,7 @@ Name: harbour-batterybuddy # Change the version and release strings in .pro file only! Summary: Battery Buddy -Version: 3.15.1 +Version: 3.16.1 Release: 1 Group: Qt/Qt License: GPLv3 diff --git a/service/service.pro b/service/service.pro index a4028f4..64a34ab 100644 --- a/service/service.pro +++ b/service/service.pro @@ -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.1 +VER = 3.16.1 REL = 1 VERSION = $${VER}-$${REL}