bump version number

This commit is contained in:
Simon Michael 2008-11-23 19:56:58 +00:00
parent 576fe76192
commit 44be5e79a1
2 changed files with 2 additions and 3 deletions

View File

@ -42,7 +42,7 @@ data Opt =
usage = usageInfo usagehdr options ++ usageftr 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 -- | Parse the command-line arguments into ledger options, ledger command
-- name, and ledger command arguments -- name, and ledger command arguments

View File

@ -1,5 +1,5 @@
Name: hledger Name: hledger
Version: 0.1 Version: 0.2
Category: Finance Category: Finance
Synopsis: A ledger-compatible text-based accounting tool. Synopsis: A ledger-compatible text-based accounting tool.
Description: This is a minimal haskell clone of John Wiegley's ledger Description: This is a minimal haskell clone of John Wiegley's ledger
@ -63,4 +63,3 @@ library
Ledger.Transaction Ledger.Transaction
Ledger.Types Ledger.Types
Ledger.Utils Ledger.Utils