bump version

This commit is contained in:
Simon Michael 2011-05-24 04:28:21 +00:00
parent 754cc59804
commit ac5059ea53
7 changed files with 13 additions and 13 deletions

View File

@ -1 +1 @@
0.14
0.14.98

View File

@ -1,5 +1,5 @@
name: hledger-chart
version: 0.14
version: 0.14.98
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
,hledger-lib == 0.14
hledger == 0.14.98
,hledger-lib == 0.14.98
-- ,HUnit
,base >= 3 && < 5
-- ,containers

View File

@ -1,5 +1,5 @@
name: hledger-lib
version: 0.14
version: 0.14.98
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
version: 0.14.98
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
,hledger-lib == 0.14
hledger == 0.14.98
,hledger-lib == 0.14.98
-- ,HUnit
,base >= 3 && < 5
-- ,containers

View File

@ -1 +1 @@
0.14
0.14.98

View File

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

View File

@ -1,5 +1,5 @@
name: hledger
version: 0.14
version: 0.14.98
category: Finance
synopsis: A robust command-line accounting tool with a simple human-editable data format, similar to ledger.
description:
@ -48,7 +48,7 @@ executable hledger
Hledger.Cli.Register
Hledger.Cli.Stats
build-depends:
hledger-lib == 0.14
hledger-lib == 0.14.98
,HUnit
,base >= 3 && < 5
,containers
@ -87,7 +87,7 @@ library
Hledger.Cli.Register
Hledger.Cli.Stats
build-depends:
hledger-lib == 0.14
hledger-lib == 0.14.98
,HUnit
,base >= 3 && < 5
,containers