From 4f96b4133b2698920accb479e7f932ee01e95b5b Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Fri, 14 Dec 2012 10:37:41 -0500 Subject: [PATCH] 0.7.2 released --- _posts/releases/2012-12-14-v0.7.2.md | 13 +++++++++++++ index.html | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 _posts/releases/2012-12-14-v0.7.2.md diff --git a/_posts/releases/2012-12-14-v0.7.2.md b/_posts/releases/2012-12-14-v0.7.2.md new file mode 100644 index 00000000..6fe147be --- /dev/null +++ b/_posts/releases/2012-12-14-v0.7.2.md @@ -0,0 +1,13 @@ +--- +layout: post +title: Bitcoin version 0.7.2 released +category: releases +--- +Bitcoin version 0.7.2 is now available for download at: + + +This is a minor bug-fix release. + +Please report bugs using the issue tracker at github: + + diff --git a/index.html b/index.html index 3a57040b..2169cba7 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ layout: index section: index title: P2P digital currency -DOWNLOAD_VERSION: 0.7.1 +DOWNLOAD_VERSION: 0.7.2 ALERT_CLASS: ALERT: ---