diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-05-14 22:48:31 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-05-14 22:48:31 -0400 |
commit | f2e4ff0e509f69404aa11f5232d8f63110383f03 (patch) | |
tree | efcadc57ae6cebb51817eca8253836fdb58bd860 | |
parent | 289a599258ba9e828e856e8298eaf3ac48fe9026 (diff) |
Version 1.0.1.v1.0.1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ +Version 1.0.1 - May 14, 2011 + +- OSX support + Version 1.0 - May 9, 2011 - jansson 2.0 compatibility diff --git a/configure.ac b/configure.ac index 2745df6..b47b3e3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cpuminer], [1.0]) +AC_INIT([cpuminer], [1.0.1]) AC_PREREQ(2.52) AC_CANONICAL_SYSTEM |