From 94db59bd9cce540331f95261241f4ba321b8c451 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 25 Aug 2011 20:17:39 +0000 Subject: Define version in Makefile --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bf2f9c5..b3b5693 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,7 @@ NAME=iurt PACKAGE=$(NAME) -VERSION := $(shell rpm -q --qf '%{version}\n' --specfile $(NAME).spec | head -1) -RELEASE := $(shell rpm -q --qf '%{release}\n' --specfile $(NAME).spec | head -1) -RELTAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') +VERSION=0.6.5 FILES= Makefile emi iurt.spec iurt2 iurt_root_command lib ulri RPM=$(HOME)/rpm -- cgit v1.2.1