From ff13111cf36298cde09e4ff85ec83fdd42b52f0a Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 16 Apr 2010 08:31:46 -0700 Subject: [PATCH] Makefile: Fix "make release" to print the current release announcement. This was accidentally hard-coded to always print the 0.1 NEWS blurb. --- Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.local b/Makefile.local index e1120727..1c3719e7 100644 --- a/Makefile.local +++ b/Makefile.local @@ -105,7 +105,7 @@ release-message: @echo "" @echo "What's new in notmuch $(VERSION)" @echo "=========================" - @sed -ne '/^[Nn]otmuch 0.1/{n;n;b NEWS}; d; :NEWS /^===/q; {p;n;b NEWS}' < NEWS | head -n -2 + @sed -ne '/^[Nn]otmuch $(VERSION)/{n;n;b NEWS}; d; :NEWS /^===/q; {p;n;b NEWS}' < NEWS | head -n -2 @echo "" @echo "What is notmuch" @echo "===============" -- 2.43.0