tools: fix Version.hs updating

This commit is contained in:
Simon Michael 2010-07-17 22:02:19 +00:00
parent 0e40a9deee
commit ec07ab8ce3

View File

@ -515,7 +515,7 @@ setandrecordversion: setversion
# update the version string in local files. Triggered by "make".
setversion: $(VERSIONSENSITIVEFILES)
Version.hs: $(VERSIONFILE)
Hledger/Cli/Version.hs: $(VERSIONFILE)
perl -p -e "s/(^version *= *)\".*?\"/\1\"$(VERSION3)\"/" -i $@
hledger.cabal: $(VERSIONFILE)