bump version

This commit is contained in:
Simon Michael 2009-06-22 18:17:20 +00:00
parent 85f4eb448d
commit ac3498302d
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
-- the release version. Normally major.minor[.bugfix], must be numeric. -- 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) -- examples: 0.5, 0.5.1 (a bugfix release), 0.5.98 (0.6 alpha), 0.5.99 (0.6 beta)
0.6 0.6.1

View File

@ -15,7 +15,7 @@ import Ledger.Utils
import Options (progname) import Options (progname)
-- version and PATCHLEVEL are set by the makefile -- version and PATCHLEVEL are set by the makefile
version = "0.6.0" version = "0.6.1"
#ifdef PATCHLEVEL #ifdef PATCHLEVEL
patchlevel = "." ++ show PATCHLEVEL -- must be numeric ! patchlevel = "." ++ show PATCHLEVEL -- must be numeric !

View File

@ -1,6 +1,6 @@
name: hledger name: hledger
-- Version is set by the makefile -- Version is set by the makefile
version: 0.6 version: 0.6.1
category: Finance category: Finance
synopsis: A command-line (or curses or web-based) double-entry accounting tool. synopsis: A command-line (or curses or web-based) double-entry accounting tool.
description: description: