From bcbf932031d6e53a98f24a0b840af5d015e8e5f1 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 4 Feb 2014 15:05:03 +0100 Subject: [PATCH] Bump the version to v0.1 --- harbour-communi.pro | 2 +- rpm/harbour-communi.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/harbour-communi.pro b/harbour-communi.pro index c556876..9e083cd 100644 --- a/harbour-communi.pro +++ b/harbour-communi.pro @@ -3,7 +3,7 @@ TARGET = harbour-communi CONFIG += c++11 sailfishapp DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x000000 -VERSION = 0.1-rc +VERSION = 0.1 DEFINES += APP_VERSION=\\\"$$VERSION\\\" !exists(src/shared/shared.pri)|!exists(src/backend/src/src.pri): \ diff --git a/rpm/harbour-communi.spec b/rpm/harbour-communi.spec index 30ff7b6..f2f2c05 100644 --- a/rpm/harbour-communi.spec +++ b/rpm/harbour-communi.spec @@ -14,7 +14,7 @@ URL: http://communi.github.io/ Source0: %{name}-%{version}.tar.gz Version: 0.1 -Release: rc +Release: 1 Requires: sailfishsilica-qt5 >= 0.10.9 BuildRequires: pkgconfig(Qt5Core), pkgconfig(Qt5Qml), pkgconfig(Qt5Quick), pkgconfig(sailfishapp) >= 0.0.10 @@ -40,6 +40,9 @@ make INSTALL_ROOT=$RPM_BUILD_ROOT install %attr(644,root,root) %{_datadir}/icons/hicolor/86x86/apps/%{name}.png %changelog +* Tue Feb 04 2014 J-P Nurmi 0.1 +- The first stable public release + * Tue Jan 28 2014 J-P Nurmi 0.1-rc - A release candidate