Commit 09ea6bd21a53f8e6e6b8ff56f84240ba73b23712

Con Kolivas 2012-01-29T12:07:18

Bump version number up 2.2.0

diff --git a/NEWS b/NEWS
index 631ae6b..a8f22d9 100644
--- a/NEWS
+++ b/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
 now can enumerate them according to their Bus ID which means the values should
diff --git a/configure.ac b/configure.ac
index 0de8709..4d191d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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))