Browse Source

Bump version to 2.5.3

Luke Dashjr 13 years ago
parent
commit
bf2c53443c
2 changed files with 9 additions and 1 deletions
  1. 8 0
      NEWS
  2. 1 1
      configure.ac

+ 8 - 0
NEWS

@@ -1,3 +1,11 @@
+BFGMiner Version 2.5.3 - July 29, 2012
+
+- Bugfix: Add zlib1.dll to Win32 release archive
+- Bugfix: SICK low-hashrate is now determined by being under 1/3 the runtime
+average hashrate
+- Bugfix: cpu_set_t is never #defined, so use CPU_ZERO which is a macro
+
+
 BFGMiner Version 2.5.2 - July 29, 2012
 
 - Limit total number of curls recruited per pool to the number of mining threads

+ 1 - 1
configure.ac

@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [2])
 m4_define([v_min], [5])
-m4_define([v_mic], [2])
+m4_define([v_mic], [3])
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_ver], [v_maj.v_min.v_mic])
 m4_define([lt_rev], m4_eval(v_maj + v_min))