0.8.1 release

This commit is contained in:
Gavin Andresen 2013-03-18 10:21:01 -04:00
parent 4e7b5ff0cb
commit f5d761a2b3
2 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,13 @@
---
layout: post
title: Bitcoin version 0.8.1 released
category: releases
---
Bitcoin-Qt version 0.8.1 is now available for download at:
<http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.0/>
This is a maintenance release that adds a new network rule to avoid
a chain-forking incompatibility with versions 0.7.2 and earlier.
Please report bugs using the issue tracker at github:
<https://github.com/bitcoin/bitcoin/issues>

View file

@ -2,7 +2,7 @@
layout: index
section: index
title: P2P digital currency
DOWNLOAD_VERSION: 0.8.0
DOWNLOAD_VERSION: 0.8.1
ALERT_CLASS:
ALERT:
---
@ -55,7 +55,7 @@ ALERT:
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-linux.tar.gz/download">
<img src="img/ico-linux.png" class="icon"/>Linux (tgz, 32/64-bit)</a> <small>~12MB</small>
</li>
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-osx.dmg/download">
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-macosx.dmg/download">
<img src="img/ico-osx-uni.png" class="icon">Mac OS X</a> <small>~13MB</small>
</li>
<li><a href="https://github.com/bitcoin/bitcoin"><img class="icon" style="width: 16px">Source code</a> (GitHub)</li>