From 724fe3742c09ca26834f4e76995868a14ac365d7 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Mon, 27 Dec 2010 00:34:23 -0500 Subject: [PATCH] Release version 0.3.3. --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 72e7e323..251eae14 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ +Version 0.3.3 - December 27, 2010 + +- Critical fix for sha256_cryptopp 'cryptopp_asm' algo + Version 0.3.2 - December 23, 2010 - Critical fix for sha256_via diff --git a/configure.ac b/configure.ac index a0138ca1..dccf29b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([cpuminer], [0.3.2]) +AC_INIT([cpuminer], [0.3.3]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([cpu-miner.c])