mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-10 05:39:31 +03:00
update version
This commit is contained in:
parent
66f66ce3d5
commit
5dd6a04c80
2
VERSION
2
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.6.1
|
||||
0.7.0
|
@ -15,7 +15,7 @@ import Ledger.Utils
|
||||
import Options (progname)
|
||||
|
||||
-- version and PATCHLEVEL are set by the makefile
|
||||
version = "0.6.1"
|
||||
version = "0.7.0"
|
||||
|
||||
#ifdef PATCHLEVEL
|
||||
patchlevel = "." ++ show PATCHLEVEL -- must be numeric !
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: hledger
|
||||
-- Version is set by the makefile
|
||||
version: 0.6.1
|
||||
version: 0.7.0
|
||||
category: Finance
|
||||
synopsis: A command-line (or curses or web-based) double-entry accounting tool.
|
||||
description:
|
||||
|
Loading…
Reference in New Issue
Block a user