summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc b/Misc
index ea56d1a..783dae5 100644
--- a/Misc
+++ b/Misc
@@ -26,7 +26,7 @@ announcement:
$(Q)echo -e "Or via HTTP:\n" >> .MAIL_MSG
$(Q)echo -e " wget http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-$(VERSION_SHORT).tar.gz\n" >> .MAIL_MSG
$(Q)echo -e "The release can be verified via Git (see README):\n" >> .MAIL_MSG
- $(Q)echo -e " git tag -v $(VERSION_SHORT)\n" >> .MAIL_MSG
+ $(Q)echo -e " git tag -v v$(VERSION_SHORT)\n" >> .MAIL_MSG
$(Q)echo -e "Major high-level changes since the last release are:\n" >> .MAIL_MSG
$(Q)echo -e " *** BLURB HERE (specific bits) ***\n" >> .MAIL_MSG
$(Q)echo -e "Contributions since last release:\n" >> .MAIL_MSG