From f04116c6f85de85a99de5fd2253d81f0a4f1f5b8 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sat, 18 Jan 2014 16:13:35 +0100 Subject: [PATCH] v0.1-beta --- harbour-communi.pro | 2 +- rpm/harbour-communi.spec | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/harbour-communi.pro b/harbour-communi.pro index 0ecbc4b..ee26dc7 100644 --- a/harbour-communi.pro +++ b/harbour-communi.pro @@ -7,7 +7,7 @@ CONFIG += link_pkgconfig PKGCONFIG += sailfishapp INCLUDEPATH += /usr/include/sailfishapp -VERSION = 0.1 +VERSION = 0.1-beta DEFINES += APP_VERSION=\\\"$$VERSION\\\" include(src/src.pri) diff --git a/rpm/harbour-communi.spec b/rpm/harbour-communi.spec index 6103950..0177c2c 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: 1 +Release: beta Requires: sailfishsilica-qt5 >= 0.10.9 BuildRequires: pkgconfig(Qt5Core), pkgconfig(Qt5Qml), pkgconfig(Qt5Quick), pkgconfig(sailfishapp) >= 0.0.10 @@ -40,6 +40,5 @@ make INSTALL_ROOT=$RPM_BUILD_ROOT install %attr(644,root,root) %{_datadir}/icons/hicolor/86x86/apps/%{name}.png %changelog -* Mon Jan 13 2014 Timur Kristóf 0.1-1 +* Sat Jan 18 2014 Timur Kristóf 0.1-beta - Initial Sailfish beta release -