mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
Update download version to 0.4.0, and updated mac download to .dmg file
This commit is contained in:
parent
5f84e42bef
commit
544e606b7e
1 changed files with 6 additions and 6 deletions
12
index.html
12
index.html
|
@ -2,7 +2,7 @@
|
||||||
layout: index
|
layout: index
|
||||||
section: index
|
section: index
|
||||||
title: P2P digital currency
|
title: P2P digital currency
|
||||||
DOWNLOAD_VERSION: 0.3.24
|
DOWNLOAD_VERSION: 0.4.0
|
||||||
ALERT_CLASS:
|
ALERT_CLASS:
|
||||||
ALERT:
|
ALERT:
|
||||||
---
|
---
|
||||||
|
@ -42,16 +42,16 @@ 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>~6MB</small>
|
<img src="img/ico-win.png" class="icon"/>Windows (zip)</a> <small>~8MB</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>~6MB</small>
|
<img src="img/ico-win.png" class="icon"/>Windows (exe)</a> <small>~4MB</small>
|
||||||
</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>~12MB</small>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-macosx.zip/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>~8MB</small>
|
<img src="img/ico-osx-uni.png" class="icon">Mac OS X</a> <small>~6MB</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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue