bump version

This commit is contained in:
Simon Michael 2011-09-02 00:42:50 +00:00
parent de8943b01b
commit 910e5c2bee
8 changed files with 16 additions and 16 deletions

View File

@ -1 +1 @@
0.14.98
0.15

View File

@ -1,5 +1,5 @@
name: hledger-chart
version: 0.14.98
version: 0.15
category: Finance
synopsis: A pie chart generator for the hledger accounting tool.
description:
@ -31,8 +31,8 @@ executable hledger-chart
other-modules:
Hledger.Chart.Main
build-depends:
hledger == 0.14.98
,hledger-lib == 0.14.98
hledger == 0.15
,hledger-lib == 0.15
-- ,HUnit
,base >= 3 && < 5
-- ,containers

View File

@ -1,5 +1,5 @@
name: hledger-lib
version: 0.14.98
version: 0.15
category: Finance
synopsis: Reusable types and utilities for the hledger accounting tool and financial apps in general.
description:

View File

@ -1,5 +1,5 @@
name: hledger-vty
version: 0.14.98
version: 0.15
category: Finance
synopsis: A curses-style interface for the hledger accounting tool.
description:
@ -31,8 +31,8 @@ executable hledger-vty
other-modules:
Hledger.Vty.Main
build-depends:
hledger == 0.14.98
,hledger-lib == 0.14.98
hledger == 0.15
,hledger-lib == 0.15
-- ,HUnit
,base >= 3 && < 5
-- ,containers

View File

@ -1 +1 @@
0.14.98
0.15

View File

@ -1,5 +1,5 @@
name: hledger-web
version: 0.14.98
version: 0.15
category: Finance
synopsis: A web interface for the hledger accounting tool.
description:
@ -58,8 +58,8 @@ executable hledger-web
StaticFiles
Handlers
build-depends:
hledger == 0.14.98
,hledger-lib == 0.14.98
hledger == 0.15
,hledger-lib == 0.15
-- ,HUnit
,base >= 4 && < 5
,bytestring

View File

@ -18,7 +18,7 @@ import Hledger.Data.Utils
-- version and PATCHLEVEL are set by the make process
version :: String
version = "0.14.98"
version = "0.15.0"
patchlevel :: String
#ifdef PATCHLEVEL

View File

@ -1,5 +1,5 @@
name: hledger
version: 0.14.98
version: 0.15
category: Finance
synopsis: A robust command-line accounting tool with a simple human-editable data format, similar to ledger.
description:
@ -55,7 +55,7 @@ library
Hledger.Cli.Stats
-- should be the same as below
build-depends:
hledger-lib == 0.14.98
hledger-lib == 0.15
,base >= 3 && < 5
,containers
,csv
@ -104,7 +104,7 @@ executable hledger
ghc-options: -threaded -W
-- should be the same as above
build-depends:
hledger-lib == 0.14.98
hledger-lib == 0.15
,base >= 3 && < 5
,containers
,csv