From 56e39608e72bc8f0d21e889a4a5de944ccd0532f Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Tue, 17 Nov 2020 16:10:49 +0200 Subject: [PATCH] Version bump to 3.6-3 --- application/application.pro | 2 +- rpm/harbour-batterybuddy.changes | 5 +++++ rpm/harbour-batterybuddy.spec | 2 +- service/service.pro | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/application/application.pro b/application/application.pro index 9717647..9a8df10 100644 --- a/application/application.pro +++ b/application/application.pro @@ -16,7 +16,7 @@ CONFIG += console sailfishapp sailfishapp_i18n # Keep this in sync with "service.pro" VER = 3.6 -REL = 2 +REL = 3 VERSION = $${VER}-$${REL} $$system(bash update-spec-version.sh $$TARGET $$VER $$REL) diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index e875789..0e79204 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,3 +1,8 @@ +* Mon Nov 16 2020 Matti Viljanen (direc85) 3.6-3 +- Add Polish translation (thanks, atlochowski) +- Updated Chinese translation (thanks, dashinfantry) +- Updated Finnish translation + * Sun Nov 15 2020 Matti Viljanen (direc85) 3.6-2 - Add German translation (thanks, dryo) diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index cd4fd96..7ed837e 100644 --- a/rpm/harbour-batterybuddy.spec +++ b/rpm/harbour-batterybuddy.spec @@ -12,7 +12,7 @@ Name: harbour-batterybuddy Summary: Battery Buddy Version: 3.6 -Release: 2 +Release: 3 Group: Qt/Qt License: GPLv3 URL: http://example.org/ diff --git a/service/service.pro b/service/service.pro index 7558006..166d75a 100644 --- a/service/service.pro +++ b/service/service.pro @@ -6,7 +6,7 @@ QT = core network # Keep this in sync with "application.pro" VER = 3.6 -REL = 2 +REL = 3 VERSION = $${VER}-$${REL} DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"