Don't change '-'s to '.'s in the string from git-describe.
authorJim Meyering <jim@meyering.net>
Mon, 3 Sep 2007 08:38:14 +0000 (10:38 +0200)
committerJim Meyering <jim@meyering.net>
Mon, 3 Sep 2007 08:38:22 +0000 (10:38 +0200)
commitd0bd493a2a1d6a0c80d5b29a0e135592544bef07
tree9029176eb0bbe32126d00d4a93da520198778083
parent698091be0eab3907f76fe0b68202525622022324
Don't change '-'s to '.'s in the string from git-describe.

* build-aux/git-version-gen: Leave '-'s in the string from git-describe.
Otherwise, s/-/./g would make it too hard to distinguish the base
version number from the appended .DD suffixes.

2007-09-03  Jim Meyering  <jim@meyering.net>
ChangeLog
build-aux/git-version-gen