summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-04 22:31:21 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-04 22:31:21 +0000
commit166b4f06341be8353dde5bdb0ab1ad315a9a2553 (patch)
tree6b243337e56bdda17a06dd330b850570b11889b4
parent88d63cec00cb76f3f101c714d3ff21ba4b0cf054 (diff)
downloadmandi-166b4f06341be8353dde5bdb0ab1ad315a9a2553.tar
mandi-166b4f06341be8353dde5bdb0ab1ad315a9a2553.tar.gz
mandi-166b4f06341be8353dde5bdb0ab1ad315a9a2553.tar.bz2
mandi-166b4f06341be8353dde5bdb0ab1ad315a9a2553.tar.xz
mandi-166b4f06341be8353dde5bdb0ab1ad315a9a2553.zip
set version in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c67286f..8d0cb38 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mandi
-VERSION := $(shell rpm -q --qf '%{VERSION}\n' --specfile $(PACKAGE).spec | head -1)
+VERSION = 0.8.2
all:
(cd src; make)