diff --git a/.version b/.version index a723ece79..22e5f3445 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.22.1 +0.22.98 diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 2c0390f2b..27a9e1b62 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -1,5 +1,5 @@ name: hledger-lib -version: 0.22.1 +version: 0.22.98 stability: beta category: Finance synopsis: Core data types, parsers and utilities for the hledger accounting tool. diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 481395227..9d530fc5b 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -1,5 +1,5 @@ name: hledger-web -version: 0.22.4 +version: 0.22.98 stability: beta category: Finance synopsis: A web interface for the hledger accounting tool. @@ -71,7 +71,7 @@ flag library-only Default: False library - cpp-options: -DVERSION="0.22.4" + cpp-options: -DVERSION="0.22.98" if flag(dev) || flag(library-only) cpp-options: -DDEVELOPMENT @@ -114,8 +114,8 @@ library Hledger.Web.Options -- Setup -- stops yesod devel complaining, requires build-depends: Cabal build-depends: - hledger == 0.22.1 - , hledger-lib == 0.22.1 + hledger == 0.22.98 + , hledger-lib == 0.22.98 , base >= 4 && < 5 , bytestring , clientsession @@ -162,7 +162,7 @@ executable hledger-web if flag(library-only) Buildable: False - cpp-options: -DVERSION="0.22.4" + cpp-options: -DVERSION="0.22.98" if flag(dev) cpp-options: -DDEVELOPMENT @@ -206,8 +206,8 @@ executable hledger-web Hledger.Web.Options build-depends: - hledger == 0.22.1 - , hledger-lib == 0.22.1 + hledger == 0.22.98 + , hledger-lib == 0.22.98 , base >= 4 && < 5 , bytestring , clientsession diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 8e295b39a..66a1961aa 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -1,6 +1,6 @@ name: hledger -- also in cpp-options below -version: 0.22.1 +version: 0.22.98 stability: beta category: Finance synopsis: The main command-line interface for the hledger accounting tool. @@ -41,7 +41,7 @@ flag threaded Default: True library - cpp-options: -DVERSION="0.22.1" + cpp-options: -DVERSION="0.22.98" ghc-options: -W -- should be the same as below exposed-modules: @@ -62,7 +62,7 @@ library Hledger.Cli.Stats -- should be the same as below build-depends: - hledger-lib == 0.22.1 + hledger-lib == 0.22.98 ,base >= 4.3 && < 5 -- ,cabal-file-th ,containers @@ -114,13 +114,13 @@ executable hledger Hledger.Cli.Print Hledger.Cli.Register Hledger.Cli.Stats - cpp-options: -DVERSION="0.22.1" + cpp-options: -DVERSION="0.22.98" ghc-options: -W if flag(threaded) ghc-options: -threaded -- should be the same as above build-depends: - hledger-lib == 0.22.1 + hledger-lib == 0.22.98 ,base >= 4.3 && < 5 ,containers ,cmdargs >= 0.10 && < 0.11