bump version
This commit is contained in:
parent
c936e90a54
commit
f6a3364b2f
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.5.1
|
0.6
|
||||||
@ -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.5.1"
|
version = "0.6.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.5.1
|
version: 0.6
|
||||||
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