Browse Source

Bump version number up 2.2.0

nfactor-troky
Con Kolivas 13 years ago
parent
commit
09ea6bd21a
  1. 2
      NEWS
  2. 4
      configure.ac

2
NEWS

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
Version 2.2.0
Version 2.2.0 - January 29, 2012
NOTE: GPU Device order will change with this release with ATI GPUs as cgminer
now can enumerate them according to their Bus ID which means the values should

4
configure.ac

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [2])
m4_define([v_min], [1])
m4_define([v_mic], [2])
m4_define([v_min], [2])
m4_define([v_mic], [0])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_ver], [v_maj.v_min.v_mic])
m4_define([lt_rev], m4_eval(v_maj + v_min))

Loading…
Cancel
Save