changeset 14471:00926d04a436

maint.mk: add missing version to VC-tag * top/maint.mk: git tag was missing actual tag name; add it.
author Reuben Thomas <rrt@sc3d.org>
date Fri, 25 Mar 2011 01:07:30 +0000
parents db2a6e675ddf
children 17beee3610b7
files ChangeLog top/maint.mk
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -33,7 +33,7 @@
 
 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)