mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: version fix
This commit is contained in:
parent
9d1dea9fe8
commit
577981367b
4
Makefile
4
Makefile
@ -763,13 +763,13 @@ hledger-web/hledger-web.cabal: $(VERSIONFILE)
|
||||
perl -p -e "s/(^[ ,]*hledger-lib *[>=]=) *.*/\1 $(VERSION)/" -i $@
|
||||
|
||||
MANUAL.md: $(VERSIONFILE)
|
||||
perl -p -e "s/(^This is the.*?manual.*? for hledger.*?) +[0-9.]+/\1 $(VERSION3)./" -i $@
|
||||
perl -p -e "s/(^This is the.*?manual.*? for hledger.*?) +[0-9.]+/\1 $(VERSION)./" -i $@
|
||||
|
||||
DOWNLOAD.md: $(VERSIONFILE)
|
||||
perl -p -e "s/hledger(|-chart|-web|-vty)-[0-9.]+-/hledger\1-$(VERSION)-/g" -i $@
|
||||
|
||||
tagrelease:
|
||||
darcs tag $(VERSION3)
|
||||
darcs tag $(VERSION)
|
||||
|
||||
# display a hackage upload command reminder
|
||||
hackageupload:
|
||||
|
Loading…
Reference in New Issue
Block a user