3.0.1 release

This commit is contained in:
Muki 2021-02-09 20:43:55 +01:00
parent 78f80a8e18
commit af6777047a
4 changed files with 8 additions and 5 deletions

View file

@ -8,6 +8,9 @@
# * date Author's Name <author's email> version-release
# - Summary of changes
* Tue Feb 09 2020 Michal Kosciesza 3.0.1-1
- Bug fixes discovered on SFOS 4.0
* Mon Apr 22 2019 Michal Kosciesza 3.0.0-1
- Translation files update for: de, zh_CN

View file

@ -1,6 +1,6 @@
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.27
# Generated by: spectacle version 0.32
#
Name: harbour-kaktus
@ -13,7 +13,7 @@ Name: harbour-kaktus
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Kaktus
Version: 3.0.0
Version: 3.0.1
Release: 1
Group: Qt/Qt
License: LICENSE

View file

@ -1,6 +1,6 @@
Name: harbour-kaktus
Summary: Kaktus
Version: 3.0.0
Version: 3.0.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,9 +23,9 @@
namespace Kaktus {
static const char* APP_NAME = "Kaktus";
#ifdef SAILFISH
static const char* APP_VERSION = "3.0.0";
static const char* APP_VERSION = "3.0.1";
#elif ANDROID
static const char* APP_VERSION = "3.0.0";
static const char* APP_VERSION = "3.0.1";
#endif
static const char* AUTHOR = "Michal Kosciesza";
static const char* COPYRIGHT_YEAR = "2014-2019";