build-sys: git describe listed wrong tag
authorSami Kerola <sami.kerola@tomtom.com>
Tue, 5 Apr 2011 11:30:50 +0000 (13:30 +0200)
committerSami Kerola <sami.kerola@tomtom.com>
Tue, 5 Apr 2011 11:30:50 +0000 (13:30 +0200)
commitd75927df39c91108af603fd92dddf2393f87214e
treed983e4023d4e8a48807c89195f5d58d22e313c96
parent66bfc0d5b200dca6a593ef9c1d78bcd03aab9844
build-sys: git describe listed wrong tag

The tag v2.14 was probably done without -a option so it was not
recogniced by git describe. To over come this I found easiest to add
--tag to git-version-gen. This change should be reverted after a
release.

Signed-off-by: Sami Kerola <sami.kerola@tomtom.com>
build-aux/git-version-gen