1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-30 00:14:26 +00:00

Bump version number up 2.2.0

This commit is contained in:
Con Kolivas 2012-01-29 12:07:18 +11:00
parent ae044ec31e
commit 09ea6bd21a
2 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -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

View File

@ -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))