Browse Source

Bump version number up 2.2.0

Con Kolivas 14 years ago
parent
commit
09ea6bd21a
2 changed files with 3 additions and 3 deletions
  1. 1 1
      NEWS
  2. 2 2
      configure.ac

+ 1 - 1
NEWS

@@ -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
 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
 now can enumerate them according to their Bus ID which means the values should

+ 2 - 2
configure.ac

@@ -1,8 +1,8 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [2])
 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([v_ver], [v_maj.v_min.v_mic])
 m4_define([lt_rev], m4_eval(v_maj + v_min))
 m4_define([lt_rev], m4_eval(v_maj + v_min))