Browse Source

Release version 0.3.3.

Jeff Garzik 15 years ago
parent
commit
724fe3742c
2 changed files with 5 additions and 1 deletions
  1. 4 0
      NEWS
  2. 1 1
      configure.ac

+ 4 - 0
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

+ 1 - 1
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])