release 3.0.3

This commit is contained in:
Muki 2021-06-27 19:23:08 +02:00
parent cf36db4f07
commit d7435c30ba
No known key found for this signature in database
GPG key ID: BC8D1811CB9F9932
5 changed files with 16 additions and 4 deletions

View file

@ -60,6 +60,15 @@ Page {
title: qsTr("Changelog")
}
SectionHeader {
text: qsTr("Version %1").arg("3.0.3")
}
LogItem {
title: "Better Netvibes icons"
description: "Low resolution Netvibes icons were replaced with improved ones."
}
SectionHeader {
text: qsTr("Version %1").arg("3.0.2")
}

View file

@ -8,6 +8,9 @@
# * date Author's Name <author's email> version-release
# - Summary of changes
* Sat Jun 26 2021 Michal Kosciesza 3.0.3-1
- High res Netvibes icons
* Mon Mar 15 2021 Michal Kosciesza 3.0.2-1
- Bug fixes discovered on SFOS 4.0

View file

@ -13,7 +13,7 @@ Name: harbour-kaktus
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Kaktus
Version: 3.0.2
Version: 3.0.3
Release: 1
Group: Qt/Qt
License: LICENSE

View file

@ -1,6 +1,6 @@
Name: harbour-kaktus
Summary: Kaktus
Version: 3.0.2
Version: 3.0.3
Release: 1
# The contents of the Group field should be one of the groups listed here:
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS

View file

@ -23,9 +23,9 @@
namespace Kaktus {
static const char* APP_NAME = "Kaktus";
#ifdef QT_DEBUG
static constexpr const char* APP_VERSION = "3.0.2 (debug)";
static constexpr const char* APP_VERSION = "3.0.3 (debug)";
#else
static constexpr const char* APP_VERSION = "3.0.2";
static constexpr const char* APP_VERSION = "3.0.3";
#endif // QT_DEBUG
static const char* AUTHOR = "Michal Kosciesza";
static const char* COPYRIGHT_YEAR = "2014-2021";