From ca5884873e36e5ca7453052a34ddea3691b95694 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Wed, 20 Apr 2011 14:45:43 -0400 Subject: More 0.3.21 release prep Bump version number in Windows installer file Update READMEs. --- doc/README | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/README (limited to 'doc/README') diff --git a/doc/README b/doc/README new file mode 100644 index 000000000..3137d0adc --- /dev/null +++ b/doc/README @@ -0,0 +1,30 @@ +Bitcoin 0.3.21 BETA + +Copyright (c) 2009-2011 Bitcoin Developers +Distributed under the MIT/X11 software license, see the accompanying +file license.txt or http://www.opensource.org/licenses/mit-license.php. +This product includes software developed by the OpenSSL Project for use in +the OpenSSL Toolkit (http://www.openssl.org/). This product includes +cryptographic software written by Eric Young (eay@cryptsoft.com). + + +Intro +----- +Bitcoin is a free open source peer-to-peer electronic cash system that is +completely decentralized, without the need for a central server or trusted +parties. Users hold the crypto keys to their own money and transact directly +with each other, with the help of a P2P network to check for double-spending. + + +Setup +----- +Unpack the files into a directory and run: + bin/32/bitcoin (GUI, 32-bit) + bin/32/bitcoind (headless, 32-bit) + bin/64/bitcoin (GUI, 64-bit) + bin/64/bitcoind (headless, 64-bit) + +See the documentation at the bitcoin wiki: + https://en.bitcoin.it/wiki/Main_Page + +... for help and more information. -- cgit v1.2.3 From 270e944e30cbfdcd4411dbe8d2fbc6bd0bab0fc0 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 17 May 2011 01:36:31 -0400 Subject: doc/README: bump version to 0.3.22 --- doc/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/README') diff --git a/doc/README b/doc/README index 3137d0adc..11dcfeb2b 100644 --- a/doc/README +++ b/doc/README @@ -1,4 +1,4 @@ -Bitcoin 0.3.21 BETA +Bitcoin 0.3.22 BETA Copyright (c) 2009-2011 Bitcoin Developers Distributed under the MIT/X11 software license, see the accompanying -- cgit v1.2.3 From 6f07e22210569da89ae230499efd06689ab2a83c Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Sun, 5 Jun 2011 10:39:01 -0400 Subject: Bump version to 0.3.23. --- doc/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/README') diff --git a/doc/README b/doc/README index 11dcfeb2b..776f6aaa1 100644 --- a/doc/README +++ b/doc/README @@ -1,4 +1,4 @@ -Bitcoin 0.3.22 BETA +Bitcoin 0.3.23 BETA Copyright (c) 2009-2011 Bitcoin Developers Distributed under the MIT/X11 software license, see the accompanying -- cgit v1.2.3 From b4b536d782320b37e30a6d3021d4325ebe8c85e0 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Sat, 2 Jul 2011 16:55:11 -0400 Subject: Bump version to 0.3.24. --- doc/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/README') diff --git a/doc/README b/doc/README index 776f6aaa1..a4df4c227 100644 --- a/doc/README +++ b/doc/README @@ -1,4 +1,4 @@ -Bitcoin 0.3.23 BETA +Bitcoin 0.3.24 BETA Copyright (c) 2009-2011 Bitcoin Developers Distributed under the MIT/X11 software license, see the accompanying -- cgit v1.2.3