summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-11-06 12:06:10 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-11-06 12:06:10 +0100
commit646718a8e95238408138ace6098a04b3b644c57c (patch)
tree7380ab810d999f48e770d04bb5adbad45c08f417
parente9889f58e2e116d10f6b683a267423086b6cf00f (diff)
build: misc: Mention the release name in the announcement
Since we have such a nice naming scheme (who can guess it?), mention the release name in the release announcement. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r--Misc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc b/Misc
index 99bf87c..39d2851 100644
--- a/Misc
+++ b/Misc
@@ -19,7 +19,7 @@ log:
announcement:
$(Q)echo -e " *** BLURB HERE (general bits, optional) ***\n\n---\n" > .MAIL_MSG
- $(Q)echo -e "netsniff-ng $(VERSION_SHORT) has been released to the public (http://netsniff-ng.org/).\n" >> .MAIL_MSG
+ $(Q)echo -e "netsniff-ng $(VERSION_SHORT) ($(NAME)) has been released to the public.\n" >> .MAIL_MSG
$(Q)echo -e "It can be fetched via Git:\n" >> .MAIL_MSG
$(Q)echo -e " git clone git://github.com/netsniff-ng/netsniff-ng.git" >> .MAIL_MSG
$(Q)echo -e " git checkout v$(VERSION_SHORT)\n" >> .MAIL_MSG