From 5dd6a04c804b7eb79a895cbc7a27de040965569d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 12 Dec 2009 03:05:58 +0000 Subject: [PATCH] update version --- VERSION | 2 +- Version.hs | 2 +- hledger.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 681fa97f6..7d37d2324 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -- the release version. Normally major.minor[.bugfix], must be numeric. -- examples: 0.5, 0.5.1 (a bugfix release), 0.5.98 (0.6 alpha), 0.5.99 (0.6 beta) -0.6.1 \ No newline at end of file +0.7.0 \ No newline at end of file diff --git a/Version.hs b/Version.hs index eab6f7e2a..59ece9c24 100644 --- a/Version.hs +++ b/Version.hs @@ -15,7 +15,7 @@ import Ledger.Utils import Options (progname) -- version and PATCHLEVEL are set by the makefile -version = "0.6.1" +version = "0.7.0" #ifdef PATCHLEVEL patchlevel = "." ++ show PATCHLEVEL -- must be numeric ! diff --git a/hledger.cabal b/hledger.cabal index 029f419b3..00b47078b 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -1,6 +1,6 @@ name: hledger -- Version is set by the makefile -version: 0.6.1 +version: 0.7.0 category: Finance synopsis: A command-line (or curses or web-based) double-entry accounting tool. description: