From fe4152b8cbba4eee6300dabd978323c306bfc9b1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 6 Sep 2010 21:27:42 +0000 Subject: [PATCH] site: fix download links --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac3c7f783..dc06f9c62 100644 --- a/Makefile +++ b/Makefile @@ -703,7 +703,7 @@ MANUAL.markdown: $(VERSIONFILE) perl -p -e "s/(^This is the.*?manual for hledger.*?) +[0-9.]+/\1 $(VERSION3)./" -i $@ DOWNLOAD.markdown: $(VERSIONFILE) - perl -p -e "s/hledger-[0-9.]+-/hledger-$(VERSION3)-/g" -i $@ + perl -p -e "s/hledger-[0-9.]+-/hledger-$(VERSION)-/g" -i $@ tagrelease: darcs tag $(VERSION3)