bump version to 0.3.99 ("0.4 beta")
This commit is contained in:
parent
c0885f7c76
commit
1a8ba720fd
4
VERSION
4
VERSION
@ -1,3 +1,3 @@
|
|||||||
-- the release version. Normally major.minor[.bugfix], must be numeric.
|
-- the release version. Normally major.minor[.bugfix], must be numeric.
|
||||||
-- Eg: 0.5, 0.5.1 (a bugfix release), 0.5.98 (= 0.6 alpha), 0.5.99 (= 0.6 beta)
|
-- examples: 0.5, 0.5.1 (a bugfix release), 0.5.98 (0.6 alpha), 0.5.99 (0.6 beta)
|
||||||
0.3.98
|
0.3.99
|
||||||
@ -5,7 +5,7 @@ import Ledger.Utils
|
|||||||
import Options (progname)
|
import Options (progname)
|
||||||
|
|
||||||
-- updated by build process from VERSION
|
-- updated by build process from VERSION
|
||||||
version = "0.3.98"
|
version = "0.3.99"
|
||||||
-- PATCHES defined by build process from repo state
|
-- PATCHES defined by build process from repo state
|
||||||
buildversion = version ++ "." ++ PATCHES
|
buildversion = version ++ "." ++ PATCHES
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: hledger
|
Name: hledger
|
||||||
-- updated by build process from VERSION
|
-- updated by build process from VERSION
|
||||||
Version: 0.3.98
|
Version: 0.3.99
|
||||||
Category: Finance
|
Category: Finance
|
||||||
Synopsis: A ledger-compatible text-based accounting tool.
|
Synopsis: A ledger-compatible text-based accounting tool.
|
||||||
Description: hledger is a haskell clone of John Wiegley's "ledger" text-based
|
Description: hledger is a haskell clone of John Wiegley's "ledger" text-based
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user