diff --git a/MANUAL.markdown b/MANUAL.markdown index 25b5caaa4..0f37b3f35 100644 --- a/MANUAL.markdown +++ b/MANUAL.markdown @@ -4,7 +4,7 @@ title: hledger manual # hledger manual -This is the official hledger manual, for version 0.10.99. You may also +This is the official hledger manual, for version 0.11.0. You may also want to visit the rest of [hledger.org](http://hledger.org), and for background, [c++ ledger's manual](http://joyful.com/repos/ledger/doc/ledger.html). diff --git a/VERSION b/VERSION index d4be168d0..0eb41820e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.99 \ No newline at end of file +0.11 \ No newline at end of file diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 5ce43cc6f..1bbde751e 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -1,5 +1,5 @@ name: hledger-lib -version: 0.10.99 +version: 0.11 category: Finance synopsis: Core types and utilities for working with hledger (or c++ ledger) data. description: diff --git a/hledger.cabal b/hledger.cabal index 52ecfc238..8042f4e77 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -1,5 +1,5 @@ name: hledger -version: 0.10.99 +version: 0.11 category: Finance synopsis: A command-line (or curses or web-based) double-entry accounting tool. description: @@ -70,7 +70,7 @@ executable hledger Hledger.Cli.Commands.Register Hledger.Cli.Commands.Stats build-depends: - hledger-lib >= 0.10.99 + hledger-lib >= 0.11 ,HUnit ,base >= 3 && < 5 ,containers @@ -147,7 +147,7 @@ library Hledger.Cli.Commands.Register Hledger.Cli.Commands.Stats build-depends: - hledger-lib >= 0.10.99 + hledger-lib >= 0.11 ,HUnit ,base >= 3 && < 5 ,containers