Release version 0.3.3.

This commit is contained in:
Jeff Garzik 2010-12-27 00:34:23 -05:00 committed by Jeff Garzik
parent 21e56a25c4
commit 724fe3742c
2 changed files with 5 additions and 1 deletions

4
NEWS
View file

@ -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

View file

@ -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])