bump version for all but hledger-lib, due to hledger fix

This commit is contained in:
Simon Michael 2011-09-02 19:25:31 +00:00
parent 0375715ca0
commit c834f4a8af
6 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
0.15 0.15.1

View File

@ -1,5 +1,5 @@
name: hledger-chart name: hledger-chart
version: 0.15 version: 0.15.1
category: Finance category: Finance
synopsis: A pie chart image generator for the hledger accounting tool. synopsis: A pie chart image generator for the hledger accounting tool.
description: description:
@ -37,7 +37,7 @@ executable hledger-chart
Hledger.Chart.Main Hledger.Chart.Main
Hledger.Chart.Options Hledger.Chart.Options
build-depends: build-depends:
hledger == 0.15 hledger == 0.15.1
,hledger-lib == 0.15 ,hledger-lib == 0.15
,HUnit ,HUnit
,base >= 3 && < 5 ,base >= 3 && < 5

View File

@ -1,5 +1,5 @@
name: hledger-vty name: hledger-vty
version: 0.15 version: 0.15.1
category: Finance category: Finance
synopsis: A curses-style console interface for the hledger accounting tool. synopsis: A curses-style console interface for the hledger accounting tool.
description: description:
@ -37,7 +37,7 @@ executable hledger-vty
Hledger.Vty.Main Hledger.Vty.Main
Hledger.Vty.Options Hledger.Vty.Options
build-depends: build-depends:
hledger == 0.15 hledger == 0.15.1
,hledger-lib == 0.15 ,hledger-lib == 0.15
,HUnit ,HUnit
,base >= 3 && < 5 ,base >= 3 && < 5

View File

@ -1,5 +1,5 @@
name: hledger-web name: hledger-web
version: 0.15.1 version: 0.15.2
category: Finance category: Finance
synopsis: A web interface for the hledger accounting tool. synopsis: A web interface for the hledger accounting tool.
description: description:
@ -57,7 +57,7 @@ executable hledger-web
Hledger.Web.StaticFiles Hledger.Web.StaticFiles
Hledger.Web.Handlers Hledger.Web.Handlers
build-depends: build-depends:
hledger == 0.15 hledger == 0.15.1
,hledger-lib == 0.15 ,hledger-lib == 0.15
,HUnit ,HUnit
,base >= 4 && < 5 ,base >= 4 && < 5

View File

@ -20,7 +20,7 @@ import Hledger.Utils
-- version and PATCHLEVEL are set by the make process -- version and PATCHLEVEL are set by the make process
version :: String version :: String
version = "0.15.0" version = "0.15.1"
patchlevel :: String patchlevel :: String
#ifdef PATCHLEVEL #ifdef PATCHLEVEL

View File

@ -1,5 +1,5 @@
name: hledger name: hledger
version: 0.15 version: 0.15.1
category: Finance category: Finance
synopsis: The main command-line interface for the hledger accounting tool. synopsis: The main command-line interface for the hledger accounting tool.
description: description: