Change snapshot tarball versioning to use '-' instead of '.'
- ...just to be avoid having to fiddle with separators when going from snapshots to -beta, -rc etc...
This commit is contained in:
parent
e4d1b7722a
commit
a69d5b5a1b
|
@ -1,7 +1,7 @@
|
|||
include Makefile
|
||||
|
||||
snapshot: ChangeLog
|
||||
@$(MAKE) dist VERSION=$(VERSION).git`git log --pretty=oneline|wc -l`
|
||||
@$(MAKE) dist VERSION=$(VERSION)-git`git log --pretty=oneline|wc -l`
|
||||
|
||||
release: ChangeLog dist
|
||||
|
||||
|
|
Loading…
Reference in New Issue