bump version to "0.17 alpha"

This commit is contained in:
Simon Michael 2012-01-31 05:18:18 +00:00
parent 62454b45ff
commit 9329873cef
5 changed files with 9 additions and 9 deletions

View File

@ -31,7 +31,7 @@ hledger is copyright (c) 2007-2011
[Simon&nbsp;Michael&nbsp;<simon@joyful.com>](mailto:simon@joyful.com) and
contributors, and released as Free Software under GPL version 3 or later.
This is the user manual and reference for hledger version 0.16.1.
This is the user manual and reference for hledger version 0.16.98.
## Installing

View File

@ -1 +1 @@
0.16.1
0.16.98

View File

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

View File

@ -1,5 +1,5 @@
name: hledger-web
version: 0.16.6
version: 0.16.98
category: Finance
synopsis: A web interface for the hledger accounting tool.
description:
@ -71,8 +71,8 @@ executable hledger-web
Hledger.Web.Settings.StaticFiles
Hledger.Web.Handlers
build-depends:
hledger == 0.16.2
,hledger-lib == 0.16.2
hledger == 0.16.98
,hledger-lib == 0.16.98
,HUnit
,base >= 4 && < 5
,bytestring

View File

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