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

View File

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

View File

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

View File

@ -1 +1 @@
0.14.98 0.15

View File

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

View File

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

View File

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