From f6a3364b2f16c376d981655b8ea255aa2953d9f1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 13 Jun 2009 19:54:23 +0000 Subject: [PATCH] bump version --- VERSION | 2 +- Version.hs | 2 +- hledger.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index ddc10821d..fdb980b84 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.5.1 \ No newline at end of file +0.6 \ No newline at end of file diff --git a/Version.hs b/Version.hs index ad7553266..d9a249048 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.5.1" +version = "0.6.0" #ifdef PATCHLEVEL patchlevel = "." ++ show PATCHLEVEL -- must be numeric ! diff --git a/hledger.cabal b/hledger.cabal index 6f89f365a..2e3231b1c 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -1,6 +1,6 @@ name: hledger -- Version is set by the makefile -version: 0.5.1 +version: 0.6 category: Finance synopsis: A command-line (or curses or web-based) double-entry accounting tool. description: