3.0.0 release

This commit is contained in:
Muki 2019-04-22 13:33:51 +02:00
parent 74eb200512
commit 81d606cbfa
5 changed files with 16 additions and 16 deletions

View file

@ -61,18 +61,7 @@ Page {
}
SectionHeader {
text: qsTr("Version %1").arg("2.9.1 (beta)")
}
LogItem {
title: "Translations update"
description: "Translations for Spanish, Belgian Dutch and " +
"Netherlands Dutch have been updated. Many thanks " +
"to Carmen Fernández B., Nathan Follens and Heimen Stoffels.";
}
SectionHeader {
text: qsTr("Version %1").arg("2.9.0 (beta)")
text: qsTr("Version %1").arg("3.0.0")
}
LogItem {
@ -100,6 +89,14 @@ Page {
"located in the item's context menu."
}
LogItem {
title: "Translations update"
description: "Translations for Spanish, Chinese, German, " +
"Belgian Dutch and Netherlands Dutch have been updated. " +
"Many thanks to Carmen Fernández B., Rui Kon, " +
"qwer_asew, Nathan Follens and Heimen Stoffels.";
}
SectionHeader {
text: qsTr("Version %1").arg("2.6.1")
}

View file

@ -8,6 +8,9 @@
# * date Author's Name <author's email> version-release
# - Summary of changes
* Mon Apr 22 2019 Michal Kosciesza 3.0.0-1
- Translation files update for: de, zh_CN
* Sat Mar 23 2019 Michal Kosciesza 2.9.1-1
- Translation files update for: es, nl_BE, nl_NL

View file

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

View file

@ -1,6 +1,6 @@
Name: harbour-kaktus
Summary: Kaktus
Version: 2.9.1
Version: 3.0.0
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 SAILFISH
static const char* APP_VERSION = "2.9.1 (beta)";
static const char* APP_VERSION = "3.0.0";
#elif ANDROID
static const char* APP_VERSION = "2.6.1";
static const char* APP_VERSION = "3.0.0";
#endif
static const char* AUTHOR = "Michal Kosciesza";
static const char* COPYRIGHT_YEAR = "2014-2019";