2.9.1 release

This commit is contained in:
Muki 2019-04-04 16:06:49 +02:00
parent 64f5bcf79d
commit ebea4e21be
5 changed files with 17 additions and 3 deletions

View file

@ -60,6 +60,17 @@ Page {
title: qsTr("Changelog")
}
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)")
}

View file

@ -8,6 +8,9 @@
# * date Author's Name <author's email> version-release
# - Summary of changes
* Sat Mar 23 2019 Michal Kosciesza 2.9.1-1
- Translation files update for: es, nl_BE, nl_NL
* Sat Mar 23 2019 Michal Kosciesza 2.9.0-1
- Tiny Tiny RSS
- Readability.js updated to latest git version

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.0
Version: 2.9.1
Release: 1
Group: Qt/Qt
License: LICENSE

View file

@ -1,6 +1,6 @@
Name: harbour-kaktus
Summary: Kaktus
Version: 2.9.0
Version: 2.9.1
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,7 +23,7 @@
namespace Kaktus {
static const char* APP_NAME = "Kaktus";
#ifdef SAILFISH
static const char* APP_VERSION = "2.9.0 (beta)";
static const char* APP_VERSION = "2.9.1 (beta)";
#elif ANDROID
static const char* APP_VERSION = "2.6.1";
#endif