docs: fix wrong version

This commit is contained in:
Simon Michael 2011-09-02 15:17:22 +00:00
parent cda23bd533
commit 8cb9774d2a
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ hledger is copyright (c) 2007-2011
[Simon&nbsp;Michael&nbsp;<simon@joyful.com>](mailto:simon@joyful.com) and [Simon&nbsp;Michael&nbsp;<simon@joyful.com>](mailto:simon@joyful.com) and
contributors, and released as Free Software under GPL version 3 or later. contributors, and released as Free Software under GPL version 3 or later.
This is the user manual and reference for hledger version 0.14.0. This is the user manual and reference for hledger version 0.15.0.
## Installing ## Installing

View File

@ -98,10 +98,10 @@ endif
# files which should be updated when the version changes # files which should be updated when the version changes
VERSIONSENSITIVEFILES=\ VERSIONSENSITIVEFILES=\
$(VERSIONHS) \ $(VERSIONHS) \
MANUAL.markdown \
DOWNLOAD.markdown \
$(CABALFILES) \ $(CABALFILES) \
hledger-web/.hledger/web/.version \ hledger-web/.hledger/web/.version \
MANUAL.md \
# DOWNLOAD.md \
# get an accurate binary filename from the current source on the current platform # get an accurate binary filename from the current source on the current platform
# nb not := as that would break the makefile when hledger is not compiling. # nb not := as that would break the makefile when hledger is not compiling.