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:
Panu Matilainen 2014-06-26 15:55:22 +03:00
parent e4d1b7722a
commit a69d5b5a1b
1 changed files with 1 additions and 1 deletions

View File

@ -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