From b89168d1b05916623f97d6d3681f03c028841a0f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 1 May 2013 12:46:37 -0700 Subject: [PATCH] bump version number --- DOWNLOAD.md | 2 +- MANUAL.md | 2 +- VERSION | 2 +- hledger-lib/hledger-lib.cabal | 2 +- hledger-web/hledger-web.cabal | 14 +++++++------- hledger/hledger.cabal | 10 +++++----- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/DOWNLOAD.md b/DOWNLOAD.md index f41fbe6cf..6daf9e07f 100644 --- a/DOWNLOAD.md +++ b/DOWNLOAD.md @@ -34,7 +34,7 @@ Binaries funded in this way will then be available to all. This is a quick way to help the project and your fellow users! For other install options, and more installation help, see the [Installation Guide](INSTALL.html). -The current hledger release is 0.19.3. +The current hledger release is 0.20. Here are the available binaries (but they're out of date.. you don't want them.. see the [Installation Guide](INSTALL.html)..): diff --git a/MANUAL.md b/MANUAL.md index 161192e22..1f628fd35 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -4,7 +4,7 @@ title: hledger user manual # User manual -For: latest developer version +For: hledger 0.20 ## Introduction diff --git a/VERSION b/VERSION index c0b8d590f..9f4eca259 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.4 +0.20 diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index fbd1824d9..7fb094f46 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -1,5 +1,5 @@ name: hledger-lib -version: 0.19.4 +version: 0.20 category: Finance synopsis: Core data types, parsers and utilities for the hledger accounting tool. description: diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index ff021485a..fe1aae353 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -1,6 +1,6 @@ name: hledger-web -- also in cpp-options below -version: 0.19.4 +version: 0.20 category: Finance synopsis: A web interface for the hledger accounting tool. description: @@ -99,7 +99,7 @@ library -- Buildable: False ghc-options: -Wall -fno-warn-unused-do-bind - cpp-options: -DVERSION="0.19.4" + cpp-options: -DVERSION="0.20" if flag(dev) || flag(library-only) cpp-options: -DDEVELOPMENT @@ -141,8 +141,8 @@ library , warp >= 1.3 && < 1.4 , data-default - , hledger == 0.19.4 - , hledger-lib == 0.19.4 + , hledger == 0.20 + , hledger-lib == 0.20 , cmdargs >= 0.10 && < 0.11 , directory , filepath @@ -171,7 +171,7 @@ library executable hledger-web - cpp-options: -DVERSION="0.19.4" + cpp-options: -DVERSION="0.20" if flag(library-only) Buildable: False @@ -219,8 +219,8 @@ executable hledger-web build-depends: hledger-web - , hledger == 0.19.4 - , hledger-lib == 0.19.4 + , hledger == 0.20 + , hledger-lib == 0.20 , base >= 4.3 && < 5 , cmdargs >= 0.10 && < 0.11 , directory diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 368a79142..05dd03879 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -1,6 +1,6 @@ name: hledger -- also in cpp-options below -version: 0.19.4 +version: 0.20 category: Finance synopsis: The main command-line interface for the hledger accounting tool. description: @@ -41,7 +41,7 @@ flag threaded Default: True library - cpp-options: -DVERSION="0.19.4" + cpp-options: -DVERSION="0.20" 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.19.4 + hledger-lib == 0.20 ,base >= 4.3 && < 5 -- ,cabal-file-th ,containers @@ -110,13 +110,13 @@ executable hledger Hledger.Cli.Print Hledger.Cli.Register Hledger.Cli.Stats - cpp-options: -DVERSION="0.19.4" + cpp-options: -DVERSION="0.20" ghc-options: -W if flag(threaded) ghc-options: -threaded -- should be the same as above build-depends: - hledger-lib == 0.19.4 + hledger-lib == 0.20 ,base >= 4.3 && < 5 ,containers ,cmdargs >= 0.10 && < 0.11