bump version

This commit is contained in:
Simon Michael 2012-03-30 00:27:23 +00:00
parent 93dd7bd064
commit 1f1a1eb16f
4 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
0.17
0.17.98

View File

@ -1,5 +1,5 @@
name: hledger-lib
version: 0.17
version: 0.17.98
category: Finance
synopsis: Core data types, parsers and utilities for the hledger accounting tool.
description:

View File

@ -122,8 +122,8 @@ executable hledger-web
Hledger.Web.Handlers
build-depends:
hledger == 0.17
, hledger-lib == 0.17
hledger == 0.17.98
, hledger-lib == 0.17.98
, cabal-file-th
, cmdargs >= 0.9.1 && < 0.10

View File

@ -1,5 +1,5 @@
name: hledger
version: 0.17
version: 0.17.98
category: Finance
synopsis: The main command-line interface for the hledger accounting tool.
description:
@ -61,7 +61,7 @@ library
Hledger.Cli.Stats
-- should be the same as below
build-depends:
hledger-lib == 0.17
hledger-lib == 0.17.98
,base >= 3 && < 5
,cabal-file-th
,containers
@ -114,7 +114,7 @@ executable hledger
ghc-options: -threaded
-- should be the same as above
build-depends:
hledger-lib == 0.17
hledger-lib == 0.17.98
,base >= 3 && < 5
,cabal-file-th
,containers