update version
This commit is contained in:
parent
66f66ce3d5
commit
5dd6a04c80
2
VERSION
2
VERSION
@ -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
|
||||||
@ -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 !
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user