From 20bf9ae7ad17a33612308a6e75f0ee37f1f4c561 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 23 Nov 2008 22:30:20 +0000 Subject: [PATCH] bump version number --- Options.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Options.hs b/Options.hs index 37f2ecb26..3260b867d 100644 --- a/Options.hs +++ b/Options.hs @@ -71,7 +71,7 @@ data Opt = usage = usageInfo usagehdr options ++ usageftr -versionno = "0.2" +versionno = "0.3pre" version = printf "hledger version %s \n" versionno :: String -- | Parse the command-line arguments into ledger options, ledger command