Set version directly in Makefile (and bump the version)

This commit is contained in:
Panu Matilainen 2010-01-26 15:51:57 +02:00
parent 1d1bd8e3cb
commit 7ec7e86b74
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
NAME=redhat-rpm-config
VERSION=$(shell awk '/Version:/ { print $$2 }' $(NAME).spec)
VERSION=9.1.0
CVSTAG = REDHAT_RPM_CONFIG_$(subst .,_,$(VERSION))