From db6d34bd500c08f9f44703f01f24f143ba8b2498 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 13 Jun 2009 21:24:31 +0000 Subject: [PATCH] cabal: fix version updating --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 129b988a9..780ee62e3 100644 --- a/Makefile +++ b/Makefile @@ -169,7 +169,7 @@ endif VERSIONFILES=hledger.cabal Version.hs hledger.cabal: $(VERSIONFILE) - perl -p -e "s/(^Version: *) .*/\1 $(VERSION)/" -i $@ + perl -p -e "s/(^version: *) .*/\1 $(VERSION)/" -i $@ Version.hs: $(VERSIONFILE) perl -p -e "s/(^version *= *)\".*?\"/\1\"$(VERSION3)\"/" -i $@