Skip to content

Commit

Permalink
Bump the version to v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Feb 4, 2014
1 parent 9d014fc commit bcbf932
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion harbour-communi.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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): \
Expand Down
5 changes: 4 additions & 1 deletion rpm/harbour-communi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <[email protected]> 0.1
- The first stable public release

* Tue Jan 28 2014 J-P Nurmi <[email protected]> 0.1-rc
- A release candidate

Expand Down

0 comments on commit bcbf932

Please sign in to comment.