From 44be5e79a10f50b71bac498ef7d3d230c1a921d9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 23 Nov 2008 19:56:58 +0000 Subject: [PATCH] bump version number --- Options.hs | 2 +- hledger.cabal | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Options.hs b/Options.hs index 4991a7142..761788f90 100644 --- a/Options.hs +++ b/Options.hs @@ -42,7 +42,7 @@ data Opt = usage = usageInfo usagehdr options ++ usageftr -version = "hledger version 0.2pre \n" +version = "hledger version 0.2 \n" -- | Parse the command-line arguments into ledger options, ledger command -- name, and ledger command arguments diff --git a/hledger.cabal b/hledger.cabal index 1a2185dc4..1b2b25385 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -1,5 +1,5 @@ Name: hledger -Version: 0.1 +Version: 0.2 Category: Finance Synopsis: A ledger-compatible text-based accounting tool. Description: This is a minimal haskell clone of John Wiegley's ledger @@ -63,4 +63,3 @@ library Ledger.Transaction Ledger.Types Ledger.Utils - \ No newline at end of file