Bump to latest 0.6.1

This commit is contained in:
Luke Dashjr 2012-05-05 16:48:35 +00:00
parent b0023a10a8
commit b6003a586e
2 changed files with 16 additions and 3 deletions

View file

@ -0,0 +1,13 @@
---
layout: post
title: Bitcoin version 0.6.1 released
category: releases
---
Bitcoin version 0.6.1 is now available for download at:
<http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.6.1/>
This is a bug-fix and code-cleanup release, with no major new features.
Please report bugs using the issue tracker at github:
<https://github.com/bitcoin/bitcoin/issues>

View file

@ -2,7 +2,7 @@
layout: index layout: index
section: index section: index
title: P2P digital currency title: P2P digital currency
DOWNLOAD_VERSION: 0.6.0 DOWNLOAD_VERSION: 0.6.1
ALERT_CLASS: ALERT_CLASS:
ALERT: ALERT:
--- ---
@ -51,10 +51,10 @@ ALERT:
<img src="img/ico-ubuntu.png" class="icon">Ubuntu PPA</a> <img src="img/ico-ubuntu.png" class="icon">Ubuntu PPA</a>
</li> </li>
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-linux.tar.gz/download"> <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-tux.png" class="icon"/>Linux (tgz, 32/64-bit)</a> <small>~10MB</small> <img src="img/ico-tux.png" class="icon"/>Linux (tgz, 32/64-bit)</a> <small>~11MB</small>
</li> </li>
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-macosx.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>~11MB</small> <img src="img/ico-osx-uni.png" class="icon">Mac OS X</a> <small>~12MB</small>
</li> </li>
<li>or get the <a href="https://github.com/bitcoin/bitcoin">source code</a> (GitHub)</li> <li>or get the <a href="https://github.com/bitcoin/bitcoin">source code</a> (GitHub)</li>
</ul> </ul>