Skip to content

Commit

Permalink
[packaging] fix release version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Islam Amer committed Oct 22, 2014
1 parent cee4fe3 commit 032ab2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpm/vala.spec
@@ -1,7 +1,7 @@
Name: vala

Summary: A modern programming language for GNOME
Version: 0.23.1
Version: 0.24.0
Release: 1
Group: Development/Languages
License: LGPLv2+ and BSD
Expand Down Expand Up @@ -94,9 +94,9 @@ make install

cd ../vala
export VALAC=$PREFIX/bin/valac
echo -n %{version} > .version
echo -n %{version} > .tarball-version
%autogen --disable-static --enable-vapigen
echo %{version} > .version
echo %{version} > .tarball-version
make %{?jobs:-j%jobs}

%install
Expand Down

0 comments on commit 032ab2d

Please sign in to comment.