Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mkiol committed Dec 5, 2022
1 parent 7371c29 commit 4ae5e7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions desktop/jupii.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<binary>jupii</binary>
</provides>
<releases>
<release version="2.13.4" date="2022-12-05" />
<release version="2.13.3" date="2022-11-17" />
<release version="2.13.1" date="2022-09-05" />
<release version="2.11.3" date="2022-02-10" />
Expand Down
2 changes: 1 addition & 1 deletion sailfish/rpm/harbour-jupii.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/info.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ae5e7a

Please sign in to comment.