summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-04-06 12:42:02 +0200
committerGuido Günther <agx@sigxcpu.org>2011-04-06 12:42:02 +0200
commita91c8f6f163289d7e57930c5dcf1fb7f495fd724 (patch)
treeede58cf84dc62cdc083a64f39120fae890bad0e0 /maint.mk
parent77fc1c5a839cf30f188321feba8cc630cc576a33 (diff)
New upstream version 0.9.0
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index 3f7d98336..524b69f47 100644
--- a/maint.mk
+++ b/maint.mk
@@ -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)