mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
rpmdist.mk: Tried to fix version number in commit comment for VERSION and HASH
This commit is contained in:
parent
7ad8a6ccfc
commit
7b9e6d16d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue