bump (and fix) version
This commit is contained in:
parent
c64d84dc25
commit
81e9e720ea
@ -10,7 +10,7 @@ import System.Info (os, arch)
|
|||||||
import Hledger.Data.Utils
|
import Hledger.Data.Utils
|
||||||
|
|
||||||
-- version and PATCHLEVEL are set by the makefile
|
-- version and PATCHLEVEL are set by the makefile
|
||||||
version = "0.8.0"
|
version = "0.9.1"
|
||||||
|
|
||||||
#ifdef PATCHLEVEL
|
#ifdef PATCHLEVEL
|
||||||
patchlevel = "." ++ show PATCHLEVEL -- must be numeric !
|
patchlevel = "." ++ show PATCHLEVEL -- must be numeric !
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 0.9
|
version: 0.9.1
|
||||||
category: Finance
|
category: Finance
|
||||||
synopsis: Core types and utilities for working with hledger (or c++ ledger) data.
|
synopsis: Core types and utilities for working with hledger (or c++ ledger) data.
|
||||||
description:
|
description:
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger
|
name: hledger
|
||||||
version: 0.9
|
version: 0.9.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:
|
||||||
@ -65,7 +65,7 @@ executable hledger
|
|||||||
Hledger.Cli.Commands.Register
|
Hledger.Cli.Commands.Register
|
||||||
Hledger.Cli.Commands.Stats
|
Hledger.Cli.Commands.Stats
|
||||||
build-depends:
|
build-depends:
|
||||||
hledger-lib == 0.9
|
hledger-lib == 0.9.1
|
||||||
,HUnit
|
,HUnit
|
||||||
,base >= 3 && < 5
|
,base >= 3 && < 5
|
||||||
,containers
|
,containers
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user