Browse Source

Bump version to 2.6.3

Luke Dashjr 13 years ago
parent
commit
36e3e8af16
2 changed files with 7 additions and 2 deletions
  1. 6 1
      NEWS
  2. 1 1
      configure.ac

+ 6 - 1
NEWS

@@ -1,5 +1,10 @@
-BFGMiner Version 2.6.2 - Future
+BFGMiner Version 2.6.3 - August 6, 2012
 
+- modminer: Relax no-nonces downclocking condition to be more reasonable
+- README: Update scrypt configure option
+- README: Update configure options
+- Bugfix: Display --disable-modminer in configure --help now that it is
+enabled by default
 - Add specific information when ADL detects error -10 saying the device is not
 enabled.
 - modminer: Shorten upload warning message to fit better

+ 1 - 1
configure.ac

@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [2])
 m4_define([v_min], [6])
-m4_define([v_mic], [1])
+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))