From 4ae5e7ad9ca4cb12592c351e426c3e55b59974da Mon Sep 17 00:00:00 2001 From: Muki Date: Mon, 5 Dec 2022 13:13:41 +0100 Subject: [PATCH] version bump --- desktop/jupii.metainfo.xml | 1 + sailfish/rpm/harbour-jupii.spec | 2 +- src/info.h | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/desktop/jupii.metainfo.xml b/desktop/jupii.metainfo.xml index 5f260fd3..c52d3066 100644 --- a/desktop/jupii.metainfo.xml +++ b/desktop/jupii.metainfo.xml @@ -23,6 +23,7 @@ jupii + diff --git a/sailfish/rpm/harbour-jupii.spec b/sailfish/rpm/harbour-jupii.spec index 7a222c3d..2f63b230 100644 --- a/sailfish/rpm/harbour-jupii.spec +++ b/sailfish/rpm/harbour-jupii.spec @@ -15,7 +15,7 @@ Name: harbour-jupii %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Jupii -Version: 2.13.2 +Version: 2.13.4 Release: 2 Group: Qt/Qt License: LICENSE diff --git a/src/info.h b/src/info.h index 345a5695..2b3067ad 100644 --- a/src/info.h +++ b/src/info.h @@ -11,12 +11,12 @@ namespace Jupii { static constexpr const char* APP_NAME = "Jupii"; #ifdef QT_DEBUG -static constexpr const char* APP_VERSION = "2.13.3 (debug)"; +static constexpr const char* APP_VERSION = "2.13.4 (debug)"; #else #ifdef HARBOUR -static constexpr const char* APP_VERSION = "2.13.3 (harbour)"; +static constexpr const char* APP_VERSION = "2.13.4 (harbour)"; #else -static constexpr const char* APP_VERSION = "2.13.3"; +static constexpr const char* APP_VERSION = "2.13.4"; #endif // HARBOUR #endif // QT_DEBUG #ifdef FLATPAK