Update downloads for 0.7.0 release

This commit is contained in:
Gavin Andresen 2012-09-17 20:22:15 -04:00
parent 974cea986b
commit e47df5781b
2 changed files with 18 additions and 4 deletions

View file

@ -0,0 +1,14 @@
---
layout: post
title: Bitcoin version 0.7.0 released
category: releases
---
Bitcoin version 0.7.0 is now available for download at:
<http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.7.0/>
We recommend that everybody running prior versions of bitcoind/Bitcoin-Qt
upgrade to this release.
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.3 DOWNLOAD_VERSION: 0.7.0
ALERT_CLASS: ALERT_CLASS:
ALERT: ALERT:
--- ---
@ -44,7 +44,7 @@ ALERT:
<ul class="unstyled"> <ul class="unstyled">
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-win32.zip/download"> <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> <img src="img/ico-win.png" class="icon"/>Windows (zip)</a> <small>~13MB</small>
</li> </li>
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.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> <img src="img/ico-win.png" class="icon"/>Windows (exe)</a> <small>~9MB</small>
@ -53,10 +53,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-linux.png" class="icon"/>Linux (tgz, 32/64-bit)</a> <small>~11MB</small> <img src="img/ico-linux.png" class="icon"/>Linux (tgz, 32/64-bit)</a> <small>~12MB</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>~12MB</small> <img src="img/ico-osx-uni.png" class="icon">Mac OS X</a> <small>~13MB</small>
</li> </li>
<li><a href="https://github.com/bitcoin/bitcoin"><img class="icon" style="width: 16px">Source code</a> (GitHub)</li> <li><a href="https://github.com/bitcoin/bitcoin"><img class="icon" style="width: 16px">Source code</a> (GitHub)</li>
</ul> </ul>