From fd3574c5120ae7a3232267254706c45bfa311774 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Tue, 19 Feb 2013 13:58:14 -0500 Subject: [PATCH] Version 0.8.0 --- _posts/releases/2013-02-19-v0.8.0.md | 14 ++++++++++++++ index.html | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 _posts/releases/2013-02-19-v0.8.0.md diff --git a/_posts/releases/2013-02-19-v0.8.0.md b/_posts/releases/2013-02-19-v0.8.0.md new file mode 100644 index 00000000..5e2183a9 --- /dev/null +++ b/_posts/releases/2013-02-19-v0.8.0.md @@ -0,0 +1,14 @@ +--- +layout: post +title: Bitcoin-Qt version 0.8.8 released +category: releases +--- +Bitcoin-Qt version 0.8.8 is now available for download at: + + +This is a major release designed to improve performance and handle the +increasing volume of transactions on the network. + +Please report bugs using the issue tracker at github: + + diff --git a/index.html b/index.html index 2169cba7..d99df966 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ layout: index section: index title: P2P digital currency -DOWNLOAD_VERSION: 0.7.2 +DOWNLOAD_VERSION: 0.8.0 ALERT_CLASS: ALERT: ---