release 3.0.3
This commit is contained in:
parent
cf36db4f07
commit
d7435c30ba
5 changed files with 16 additions and 4 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue