rpmdist.mk: Tried to fix version number in commit comment for VERSION and HASH

This commit is contained in:
Jan Lindemann 2008-02-19 17:53:22 +00:00 committed by Jan Lindemann
commit 7b9e6d16d1

View file

@ -165,7 +165,7 @@ define increase_build_number
if ! grep -q HASH CVS/Entries; then \
cvs add HASH ;\
fi ;\
cvs commit -m "o $(shell cat VERSION)" HASH VERSION
cvs commit -m "$(MAJOR_MINOR_RELEASE)-$(shell expr $(BUILD_NUMBER) + 1)-dev" HASH VERSION
endef
define check_reinstall_old