bump version

This commit is contained in:
Simon Michael 2010-09-05 22:46:24 +00:00
parent ce3770addf
commit 58e74ec857
6 changed files with 13 additions and 13 deletions

View File

@ -22,14 +22,14 @@ Please report any trouble (or success!) to <a href="http://hledger.org/DEVELOPME
<table id="platformdocs">
<tr>
<th><img src="../linux.png" /><br />GNU/Linux (x86)</th>
<th><a href="download/hledger-0.11.99-mac-i386.gz"><img src="../mac.png" border=0 /></a><br />Mac (intel)</th>
<th><a href="download/hledger-0.11.99-win-i386.gz"><img src="../windows.png" border=0 /></a><br />Windows</th>
<th><a href="download/hledger-0.12.0-mac-i386.gz"><img src="../mac.png" border=0 /></a><br />Mac (intel)</th>
<th><a href="download/hledger-0.12.0-win-i386.gz"><img src="../windows.png" border=0 /></a><br />Windows</th>
</tr>
<tr>
<td>
Download the
**[32-bit](download/hledger-0.11.99-linux-i386.gz)** or
**[64-bit](download/hledger-0.11.99-linux-x86_64.gz)** version
**[32-bit](download/hledger-0.12.0-linux-i386.gz)** or
**[64-bit](download/hledger-0.12.0-linux-x86_64.gz)** version
Open a terminal window and go to your browser's download directory, then:
`$ gunzip hledger-*86*`
@ -40,7 +40,7 @@ Open a terminal window and go to your browser's download directory, then:
<td>
Download
<span style="white-space:nowrap;">
**[hledger-0.11.99-mac-i386.gz](download/hledger-0.11.99-mac-i386.gz)**
**[hledger-0.12.0-mac-i386.gz](download/hledger-0.12.0-mac-i386.gz)**
</span>
Double-click the downloaded file to decompress it.
@ -53,7 +53,7 @@ Run it:
<td>
Download
<span style="white-space:nowrap;">
**[hledger-0.11.99-windows-i386.exe.zip](download/hledger-0.11.99-windows-i386.exe.zip)**
**[hledger-0.12.0-windows-i386.exe.zip](download/hledger-0.12.0-windows-i386.exe.zip)**
</span>
Unzip it to (eg) your desktop.

View File

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

View File

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

View File

@ -1 +1 @@
0.11.99
0.12

View File

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

View File

@ -1,5 +1,5 @@
name: hledger
version: 0.11.99
version: 0.12
category: Finance
synopsis: A command-line (or curses or web-based) double-entry accounting tool.
description:
@ -77,7 +77,7 @@ executable hledger
Hledger.Cli.Commands.Register
Hledger.Cli.Commands.Stats
build-depends:
hledger-lib == 0.11.99
hledger-lib == 0.12
,HUnit
,base >= 3 && < 5
,containers
@ -154,7 +154,7 @@ library
Hledger.Cli.Commands.Register
Hledger.Cli.Commands.Stats
build-depends:
hledger-lib == 0.11.99
hledger-lib == 0.12
,HUnit
,base >= 3 && < 5
,containers