bump version

This commit is contained in:
Simon Michael 2010-05-19 20:11:36 +00:00
parent 81e9e720ea
commit ea14c64b20
4 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ import System.Info (os, arch)
import Hledger.Data.Utils
-- version and PATCHLEVEL are set by the makefile
version = "0.9.1"
version = "0.10.0"
#ifdef PATCHLEVEL
patchlevel = "." ++ show PATCHLEVEL -- must be numeric !

View File

@ -1 +1 @@
0.9.1
0.10

View File

@ -1,5 +1,5 @@
name: hledger-lib
version: 0.9.1
version: 0.10
category: Finance
synopsis: Core types and utilities for working with hledger (or c++ ledger) data.
description:

View File

@ -1,5 +1,5 @@
name: hledger
version: 0.9.1
version: 0.10
category: Finance
synopsis: A command-line (or curses or web-based) double-entry accounting tool.
description:
@ -65,7 +65,7 @@ executable hledger
Hledger.Cli.Commands.Register
Hledger.Cli.Commands.Stats
build-depends:
hledger-lib == 0.9.1
hledger-lib >= 0.10
,HUnit
,base >= 3 && < 5
,containers