bump version

This commit is contained in:
Simon Michael 2010-07-17 22:02:47 +00:00
parent 8a094678a9
commit 0e40a9deee
5 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@ import System.Info (os, arch)
import Hledger.Data.Utils import Hledger.Data.Utils
-- version and PATCHLEVEL are set by the makefile -- version and PATCHLEVEL are set by the makefile
version = "0.10.0" version = "0.11.1"
#ifdef PATCHLEVEL #ifdef PATCHLEVEL
patchlevel = "." ++ show PATCHLEVEL -- must be numeric ! patchlevel = "." ++ show PATCHLEVEL -- must be numeric !

View File

@ -4,7 +4,7 @@ title: hledger manual
# hledger manual # hledger manual
This is the official hledger manual, for version 0.11.0. You may also This is the official hledger manual, for version 0.11.1. You may also
want to visit the rest of [hledger.org](http://hledger.org), and for want to visit the rest of [hledger.org](http://hledger.org), and for
background, background,
[c++ ledger's manual](http://joyful.com/repos/ledger/doc/ledger.html). [c++ ledger's manual](http://joyful.com/repos/ledger/doc/ledger.html).

View File

@ -1 +1 @@
0.11 0.11.1

View File

@ -1,5 +1,5 @@
name: hledger-lib name: hledger-lib
version: 0.11 version: 0.11.1
category: Finance category: Finance
synopsis: Core types and utilities for working with hledger (or c++ ledger) data. synopsis: Core types and utilities for working with hledger (or c++ ledger) data.
description: description:

View File

@ -1,5 +1,5 @@
name: hledger name: hledger
version: 0.11 version: 0.11.1
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:
@ -70,7 +70,7 @@ executable hledger
Hledger.Cli.Commands.Register Hledger.Cli.Commands.Register
Hledger.Cli.Commands.Stats Hledger.Cli.Commands.Stats
build-depends: build-depends:
hledger-lib >= 0.11 hledger-lib >= 0.11.1
,HUnit ,HUnit
,base >= 3 && < 5 ,base >= 3 && < 5
,containers ,containers
@ -143,7 +143,7 @@ library
Hledger.Cli.Commands.Register Hledger.Cli.Commands.Register
Hledger.Cli.Commands.Stats Hledger.Cli.Commands.Stats
build-depends: build-depends:
hledger-lib >= 0.11 hledger-lib >= 0.11.1
,HUnit ,HUnit
,base >= 3 && < 5 ,base >= 3 && < 5
,containers ,containers