From 5cf0b9a8a55f9314ff6e2ee93451a56ac6a36194 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 24 May 2009 00:42:26 +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 bb5bc9039..ddc10821d 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 \ No newline at end of file +0.5.1 \ No newline at end of file diff --git a/Version.hs b/Version.hs index 2e29a42aa..e147130eb 100644 --- a/Version.hs +++ b/Version.hs @@ -5,7 +5,7 @@ import Ledger.Utils import Options (progname) -- updated by build process from VERSION -version = "0.5.0" +version = "0.5.1" #ifdef PATCHES -- a "make" development build defines PATCHES from the repo state patchlevel = "." ++ show PATCHES -- must be numeric ! diff --git a/hledger.cabal b/hledger.cabal index 26cc4ec62..86c697e79 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -1,6 +1,6 @@ Name: hledger -- updated by build process from VERSION -Version: 0.5 +Version: 0.5.1 Category: Finance Synopsis: A ledger-compatible text-based accounting tool. Description: hledger is a partial haskell clone of John Wiegley's "ledger" text-based