bump version number

This commit is contained in:
Simon Michael 2010-02-03 21:54:32 +00:00
parent 533b9d65b6
commit 4b6d478c68
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.7 0.8

View File

@ -11,7 +11,7 @@ import Ledger.Utils
import Options (progname) import Options (progname)
-- version and PATCHLEVEL are set by the makefile -- version and PATCHLEVEL are set by the makefile
version = "0.7.0" version = "0.8.0"
#ifdef PATCHLEVEL #ifdef PATCHLEVEL
patchlevel = "." ++ show PATCHLEVEL -- must be numeric ! patchlevel = "." ++ show PATCHLEVEL -- must be numeric !

View File

@ -1,6 +1,6 @@
name: hledger name: hledger
-- Version is set by the makefile -- Version is set by the makefile
version: 0.7.0 version: 0.8
category: Finance category: Finance
synopsis: A command-line (or curses or web-based) double-entry accounting tool. synopsis: A command-line (or curses or web-based) double-entry accounting tool.
description: description: