1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

Bump to v2.7.3 hotfix.

This commit is contained in:
Con Kolivas 2012-08-23 17:02:24 +10:00
parent 4ca288e820
commit ec522bdfdb
2 changed files with 6 additions and 1 deletions

5
NEWS

@ -1,3 +1,8 @@
Version 2.7.3 - August 22, 2012
- Minimise the number of getwork threads we generate.
Version 2.7.2 - August 22, 2012
- Pick worksize 256 with Cypress if none is specified.

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