From 6a6687f3f1a69b3086f44a174d31f7862c8e9b74 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Tue, 8 May 2012 15:10:13 -0400 Subject: [PATCH] Bump to latest 0.6.2 --- _posts/releases/2012-05-08-v0.6.2.md | 13 +++++++++++++ index.html | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 _posts/releases/2012-05-08-v0.6.2.md diff --git a/_posts/releases/2012-05-08-v0.6.2.md b/_posts/releases/2012-05-08-v0.6.2.md new file mode 100644 index 00000000..a77cb7fc --- /dev/null +++ b/_posts/releases/2012-05-08-v0.6.2.md @@ -0,0 +1,13 @@ +--- +layout: post +title: Bitcoin version 0.6.2 released +category: releases +--- +Bitcoin version 0.6.2 is now available for download at: + + +This is a bug-fix release with no major new features. + +Please report bugs using the issue tracker at github: + + diff --git a/index.html b/index.html index 7435cc0d..a9493ce0 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ layout: index section: index title: P2P digital currency -DOWNLOAD_VERSION: 0.6.1 +DOWNLOAD_VERSION: 0.6.2 ALERT_CLASS: ALERT: ---