rename VERSION file

This commit is contained in:
Simon Michael 2014-01-11 21:29:24 -08:00
parent 6f9cb50c2b
commit 1363d3c9ec
2 changed files with 6 additions and 6 deletions

View File

View File

@ -88,7 +88,7 @@ VERSIONSENSITIVEFILES=\
VERSIONSOURCEFILE=hledger/Hledger/Cli/Version.hs VERSIONSOURCEFILE=hledger/Hledger/Cli/Version.hs
# master file defining the current release/build version # master file defining the current release/build version
VERSIONFILE=VERSION VERSIONFILE=.version
# two or three-part version string, whatever's in VERSION # two or three-part version string, whatever's in VERSION
VERSION:=$(shell cat $(VERSIONFILE)) VERSION:=$(shell cat $(VERSIONFILE))
@ -733,7 +733,7 @@ patchdeps:
###################################################################### ######################################################################
# RELEASING # RELEASING
# Version numbering. See also VERSION and Version.hs. # Version numbering. See also .version and Version.hs.
# #
# hledger's version number appears in: # hledger's version number appears in:
# hledger --version # hledger --version
@ -772,7 +772,7 @@ patchdeps:
# - hledger --version shows the release version or build version as # - hledger --version shows the release version or build version as
# appropriate. # appropriate.
# #
# - The VERSION file must be updated manually before a release. # - The .version file must be updated manually before a release.
# #
# - "make simplebench" depends on version numbers in BENCHEXES, these also # - "make simplebench" depends on version numbers in BENCHEXES, these also
# must be updated manually. # must be updated manually.
@ -784,9 +784,9 @@ patchdeps:
# files, and tags the repo with the release tag. # files, and tags the repo with the release tag.
# Build a release, tag the repo, prepare a cabal package # Build a release, tag the repo, prepare a cabal package
# First update VERSION. Eg: # First update .version. Eg:
# a normal release: echo 0.7 >VERSION; make release # a normal release: echo 0.7 >.version; make release
# a bugfix release: echo 0.7.1 >VERSION; make release # a bugfix release: echo 0.7.1 >.version; make release
release: releasetest setandrecordversion tagrelease release: releasetest setandrecordversion tagrelease
# Upload the latest cabal package and update hledger.org # Upload the latest cabal package and update hledger.org