Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Commit

Permalink
[General] bump version to 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
buschmann23 committed Sep 13, 2016
1 parent 16cd721 commit 3601a44
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 8 deletions.
6 changes: 3 additions & 3 deletions common/globals.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#ifndef GLOBALS_H
#define GLOBALS_H

#define VERSION_STRING "1.9.7"
#define VERSION 197
#define VERSION_STRING "1.9.8"
#define VERSION 198
#define VER_MAJ 1
#define VER_MIN 9
#define VER_PAT 7
#define VER_PAT 8

extern bool inOperation;

Expand Down
6 changes: 6 additions & 0 deletions qtc_packaging/debian_harmattan/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
buschtrommel-ocnews (1.9.8) stable; urgency=low

* Improved: translation updates

-- Buschtrommel <kontakt@buschmann23.de> Tue, 13 Sep 2016 10:43:14 +0200

buschtrommel-ocnews (1.9.7) stable; urgency=low

* Improved: translation updates
Expand Down
2 changes: 1 addition & 1 deletion qtc_packaging/debian_harmattan/copyright
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This package was debianized by Buschtrommel <kontakt@buschman23.de> on
Mon, 05 Sep 2016 21:10:34 +0200.
Tue, 13 Sep 2016 10:43:14 +0200.

It was downloaded from <https://www.buschmann23.de/entwicklung/anwendungen/ocnews/>

Expand Down
9 changes: 9 additions & 0 deletions reader/sailfishos/qml/Models/ChangelogModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
import QtQuick 2.2

ListModel {
ListElement {
version: "1.9.8"
date: 1473763394000
entries: [
ListElement { type: 0; issue: ""; description: "Swedish translation by Åke Engelbrektson" },
ListElement { type: 1; issue: ""; description: "translation updates" }
]
}

ListElement {
version: "1.9.7"
date: 1473109119000
Expand Down
4 changes: 2 additions & 2 deletions rpm/harbour-ocnews-reader.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Name: harbour-ocnews-reader
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: ownCloud/nextCloud News App Client
Version: 1.9.7
Version: 1.9.8
Release: 1
Group: Qt/Qt
Group: Applications/Internet
License: GPL-2.0
URL: https://www.buschmann23.de/entwicklung/anwendungen/ocnews/
Source0: %{name}-%{version}.tar.bz2
Expand Down
4 changes: 2 additions & 2 deletions rpm/harbour-ocnews-reader.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Name: harbour-ocnews-reader
Summary: ownCloud/nextCloud News App Client
Version: 1.9.7
Version: 1.9.8
Release: 1
Group: Qt/Qt
Group: Applications/Internet
URL: https://www.buschmann23.de/entwicklung/anwendungen/ocnews/
License: GPL-2.0
Sources:
Expand Down

0 comments on commit 3601a44

Please sign in to comment.