tools: version cleanup

This commit is contained in:
Simon Michael 2009-12-12 20:40:54 +00:00
parent 3a8906b956
commit 533b9d65b6
2 changed files with 5 additions and 8 deletions

View File

@ -368,8 +368,8 @@ hoogleindex: $(MAIN)
# Build a release, tag the repo, prepare a cabal package
# Don't forget to update VERSION first. Examples:
# releasing 0.5: set VERSION to 0.5, make release
# doing a bugfix release: set VERSION to 0.5.1, make release
# normal release: echo 0.7 >VERSION; make release
# a bugfix release: echo 0.7.1 >VERSION; make release
release: releasetest setandrecordversion tagrelease sdist
# Upload the latest cabal package and update hledger.org
@ -402,9 +402,8 @@ Version.hs: $(VERSIONFILE)
# update the version string in local files. Triggered by "make".
setversion: $(VERSIONFILES)
# update the version string in local files, and record them (and
# $VERSIONFILE) if changed. Be careful, will record all changes in those
# files (so prompts interactively). Triggered by "make release".
# update the version number in local files, and prompt to record changes
# in these files. Triggered by "make release".
setandrecordversion: setversion
darcs record -m "update version" $(VERSIONFILE) $(VERSIONFILES)

View File

@ -1,3 +1 @@
-- the release version. Normally major.minor[.bugfix], must be numeric.
-- examples: 0.5, 0.5.1 (a bugfix release), 0.5.98 (0.6 alpha), 0.5.99 (0.6 beta)
0.7.0
0.7