bump version

This commit is contained in:
Simon Michael 2010-09-06 20:13:09 +00:00
parent a055e9ce3d
commit 8052cb3364
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"> <table id="platformdocs">
<tr> <tr>
<th><img src="../linux.png" /><br />GNU/Linux (x86)</th> <th><img src="../linux.png" /><br />GNU/Linux (x86)</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.1-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> <th><a href="download/hledger-0.12.1-win-i386.gz"><img src="../windows.png" border=0 /></a><br />Windows</th>
</tr> </tr>
<tr> <tr>
<td> <td>
Download the Download the
**[32-bit](download/hledger-0.12.0-linux-i386.gz)** or **[32-bit](download/hledger-0.12.1-linux-i386.gz)** or
**[64-bit](download/hledger-0.12.0-linux-x86_64.gz)** version **[64-bit](download/hledger-0.12.1-linux-x86_64.gz)** version
Open a terminal window and go to your browser's download directory, then: Open a terminal window and go to your browser's download directory, then:
`$ gunzip hledger-*86*` `$ gunzip hledger-*86*`
@ -40,7 +40,7 @@ Open a terminal window and go to your browser's download directory, then:
<td> <td>
Download Download
<span style="white-space:nowrap;"> <span style="white-space:nowrap;">
**[hledger-0.12.0-mac-i386.gz](download/hledger-0.12.0-mac-i386.gz)** **[hledger-0.12.1-mac-i386.gz](download/hledger-0.12.1-mac-i386.gz)**
</span> </span>
Double-click the downloaded file to decompress it. Double-click the downloaded file to decompress it.
@ -53,7 +53,7 @@ Run it:
<td> <td>
Download Download
<span style="white-space:nowrap;"> <span style="white-space:nowrap;">
**[hledger-0.12.0-windows-i386.exe.zip](download/hledger-0.12.0-windows-i386.exe.zip)** **[hledger-0.12.1-windows-i386.exe.zip](download/hledger-0.12.1-windows-i386.exe.zip)**
</span> </span>
Unzip it to (eg) your desktop. Unzip it to (eg) your desktop.

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.12.0" version = "0.12.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.12.0. You may also This is the official hledger manual, for version 0.12.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.12 0.12.1

View File

@ -1,5 +1,5 @@
name: hledger-lib name: hledger-lib
version: 0.12 version: 0.12.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.12 version: 0.12.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:
@ -73,7 +73,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.12 hledger-lib == 0.12.1
,HUnit ,HUnit
,base >= 3 && < 5 ,base >= 3 && < 5
,containers ,containers
@ -136,7 +136,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.12 hledger-lib == 0.12.1
,HUnit ,HUnit
,base >= 3 && < 5 ,base >= 3 && < 5
,containers ,containers