Skip to content

Commit

Permalink
Update changelogs, bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
buschmann23 committed Sep 22, 2016
1 parent 3eaaf3d commit e20678d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
6 changes: 3 additions & 3 deletions common/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@

#define APP_NAME "harbour-gibrievida"

#define VERSION_STRING "0.3.1"
#define VERSION 31
#define VERSION_STRING "0.3.2"
#define VERSION 32
#define VER_MAJ 0
#define VER_MIN 3
#define VER_PAT 1
#define VER_PAT 2
#define DB_SCHEMA_VERSION 2

#define REPETITION_CLICKSOUND_BASE_URL "/usr/share/harbour-gibrievida/sounds/sound"
Expand Down
4 changes: 2 additions & 2 deletions rpm/harbour-gibrievida.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Name: harbour-gibrievida
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Gibrievida
Version: 0.3.1
Version: 0.3.2
Release: 1
Group: Applications/Databases
License: GPL-3.0
Expand All @@ -32,7 +32,7 @@ BuildRequires: pkgconfig(Qt5Positioning)
BuildRequires: desktop-file-utils

%description
Gibrievida helps you tracking your sportiv or daily activities.
Gibrievida helps you tracking your sportive or daily activities.


%prep
Expand Down
4 changes: 2 additions & 2 deletions rpm/harbour-gibrievida.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: harbour-gibrievida
Summary: Gibrievida
Version: 0.3.1
Version: 0.3.2
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
Expand All @@ -12,7 +12,7 @@ License: GPL-3.0
Sources:
- '%{name}-%{version}.tar.bz2'
Description: |
Gibrievida helps you tracking your sportiv or daily activities.
Gibrievida helps you tracking your sportive or daily activities.
Configure: none
# The qtc5 builder inserts macros to allow QtCreator to have fine
# control over qmake/make execution
Expand Down
4 changes: 4 additions & 0 deletions rpm/sailfishos.changes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
# * date Author's Name <author's email> version-release
# - Summary of changes

* Thu Sep 22 2016 Matthias Fehring <kontakt@buschmann23.de> 0.3.2-1
- new: French translation by Jean Clovis
- improved: translation updates

* Thu Sep 1 2016 Matthias Fehring <kontakt@buschmann23.de> 0.3.1-1
- new: Italian translation by ghostofasmile and palikao
- improved: translation updates
Expand Down
9 changes: 9 additions & 0 deletions sailfishos/qml/pages/ChangelogModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ import QtQuick 2.2
*/

ListModel {
ListElement {
version: "0.3.2"
date: 1474540896800
entries: [
ListElement { type: 0; issue: ""; description: "French translation by Jean Clovis" },
ListElement { type: 1; issue: ""; description: "translation updates" }
]
}

ListElement {
version: "0.3.1"
date: 1472721541000
Expand Down

0 comments on commit e20678d

Please sign in to comment.