update version

This commit is contained in:
Simon Michael 2009-12-12 03:05:58 +00:00
parent 66f66ce3d5
commit 5dd6a04c80
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.1 0.7.0

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.1" version = "0.7.0"
#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.1 version: 0.7.0
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: