maint.mk: add missing version to VC-tag
authorReuben Thomas <rrt@sc3d.org>
Fri, 25 Mar 2011 01:07:30 +0000 (01:07 +0000)
committerEric Blake <eblake@redhat.com>
Fri, 25 Mar 2011 14:07:28 +0000 (08:07 -0600)
* top/maint.mk: git tag was missing actual tag name; add it.

ChangeLog
top/maint.mk

index 75257d1..eba7d4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-03-25  Reuben Thomas  <rrt@sc3d.org>
 
+       maint.mk: add missing version to VC-tag
+       * top/maint.mk: git tag was missing actual tag name; add it.
+
        valgrind: do leak checking, and exit with code 1 on error (not 0)
        * m4/valgrind-tests.m4: Add `--error-exitcode=1 --leak-check=full'
        to VALGRIND.
index 3f7d983..524b69f 100644 (file)
@@ -33,7 +33,7 @@ GZIP_ENV = '--no-name --best $(gzip_rsyncable)'
 
 GIT = git
 VC = $(GIT)
-VC-tag = git tag -s -m '$(VERSION)' -u '$(gpg_key_ID)'
+VC-tag = git tag -s -m '$(VERSION)' 'v$(VERSION)' -u '$(gpg_key_ID)'
 
 VC_LIST = $(build_aux)/vc-list-files -C $(srcdir)