Merge pull request #30 from gavinandresen/master

Updated DOWNLOAD_VERSION
This commit is contained in:
Pieter Wuille 2012-03-30 09:48:59 -07:00
commit e4c359ee20
2 changed files with 19 additions and 6 deletions

View file

@ -0,0 +1,14 @@
---
layout: post
title: Bitcoin version 0.6.0 released
category: releases
---
Bitcoin version 0.6.0 is now available for download at:
<http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.6.0/>
This release includes many bug fixes, performance improvements and new
features over version 0.5.0, and we recommend that everybody upgrade.
Please report bugs using the issue tracker at github:
<https://github.com/bitcoin/bitcoin/issues>

View file

@ -3,7 +3,6 @@ layout: index
section: index
title: P2P digital currency
DOWNLOAD_VERSION: 0.5.3
WIN32_DOWNLOAD_VERSION: 0.5.3.1
ALERT_CLASS:
ALERT:
---
@ -38,14 +37,14 @@ ALERT:
<div>
<p>
<strong>Latest version:</strong> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/"{{ page.WIN32_DOWNLOAD_VERSION }}</a>
<strong>Latest version:</strong> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/"{{ page.DOWNLOAD_VERSION }}</a>
</p>
<ul class="unstyled">
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.WIN32_DOWNLOAD_VERSION }}-win32.zip/download">
<img src="img/ico-win.png" class="icon"/>Windows (zip)</a> <small>~11MB</small>
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-win32.zip/download">
<img src="img/ico-win.png" class="icon"/>Windows (zip)</a> <small>~12MB</small>
</li>
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.WIN32_DOWNLOAD_VERSION }}-win32-setup.exe/download">
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-win32-setup.exe/download">
<img src="img/ico-win.png" class="icon"/>Windows (exe)</a> <small>~9MB</small>
</li>
<li><a href="https://launchpad.net/~bitcoin/+archive/bitcoin">
@ -55,7 +54,7 @@ ALERT:
<img src="img/ico-tux.png" class="icon"/>Linux (tgz, 32/64-bit)</a> <small>~10MB</small>
</li>
<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>~15MB</small>
<img src="img/ico-osx-uni.png" class="icon">Mac OS X</a> <small>~11MB</small>
</li>
<li>or get the <a href="https://github.com/bitcoin/bitcoin">source code</a> (GitHub)</li>
</ul>