mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Merge pull request #50 from gavinandresen/master
Remove London conference info from home page Update downloads for 0.7.0 release
This commit is contained in:
commit
79be227209
2 changed files with 20 additions and 4 deletions
14
_posts/releases/2012-09-17-v0.7.0.md
Normal file
14
_posts/releases/2012-09-17-v0.7.0.md
Normal 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>
|
||||
|
10
index.html
10
index.html
|
@ -2,7 +2,7 @@
|
|||
layout: index
|
||||
section: index
|
||||
title: P2P digital currency
|
||||
DOWNLOAD_VERSION: 0.6.3
|
||||
DOWNLOAD_VERSION: 0.7.0
|
||||
ALERT_CLASS:
|
||||
ALERT:
|
||||
---
|
||||
|
@ -44,7 +44,7 @@ ALERT:
|
|||
|
||||
<ul class="unstyled">
|
||||
<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><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>
|
||||
|
@ -53,10 +53,10 @@ ALERT:
|
|||
<img src="img/ico-ubuntu.png" class="icon">Ubuntu PPA</a>
|
||||
</li>
|
||||
<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><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><a href="https://github.com/bitcoin/bitcoin"><img class="icon" style="width: 16px">Source code</a> (GitHub)</li>
|
||||
</ul>
|
||||
|
@ -147,11 +147,13 @@ ALERT:
|
|||
<p><a class="btn" href="news.html">News archive</a></p>
|
||||
</section>
|
||||
</div>
|
||||
<!--
|
||||
<div class="span6">
|
||||
{% for event in site.categories.events limit: 1 %}
|
||||
<h1>{{ event.title }}</a></h1>
|
||||
{{ event.content }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue