3.0.1 release
This commit is contained in:
parent
78f80a8e18
commit
af6777047a
4 changed files with 8 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue