Skip to content

Commit

Permalink
Release version 0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Garzik authored and Jeff Garzik committed Dec 18, 2010
1 parent 0ee24c0 commit 857ba8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions NEWS
@@ -1,4 +1,10 @@

Version 0.3 - December 18, 2010

- Add crypto++ 32bit assembly implementation
- show version upon 'minerd --help'
- work around gcc 4.5.x bug that killed 4way performance

Version 0.2.2 - December 6, 2010

- VIA padlock implementation works now
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@

AC_INIT([cpuminer], [0.2.2])
AC_INIT([cpuminer], [0.3])

AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([cpu-miner.c])
Expand Down
4 changes: 2 additions & 2 deletions cpu-miner.c
Expand Up @@ -85,9 +85,9 @@ static struct option_help options_help[] = {
#ifdef WANT_VIA_PADLOCK
"\n\tvia\t\tVIA padlock implementation"
#endif
"\n\tcryptopp\tCrypto++ library implementation (EXPERIMENTAL)"
"\n\tcryptopp\tCrypto++ library implementation"
#ifdef WANT_CRYPTOPP_ASM32
"\n\tcryptopp_asm32\tCrypto++ library implementation (EXPERIMENTAL)"
"\n\tcryptopp_asm32\tCrypto++ library implementation"
#endif
},

Expand Down

0 comments on commit 857ba8f

Please sign in to comment.