diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-11-06 12:06:10 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-11-06 12:06:10 +0100 |
commit | 646718a8e95238408138ace6098a04b3b644c57c (patch) | |
tree | 7380ab810d999f48e770d04bb5adbad45c08f417 /Misc | |
parent | e9889f58e2e116d10f6b683a267423086b6cf00f (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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |