1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-19 19:21:00 +00:00

api.c set the actual version number to 3.0

Conflicts resolved:
	api.c
This commit is contained in:
Kano 2014-01-04 23:58:20 +11:00 committed by Noel Maersk
parent 83176cb52a
commit 83ea44af5d

2
api.c
View File

@ -126,7 +126,7 @@ static const char SEPARATOR = '|';
#define SEPSTR "|"
static const char GPUSEP = ',';
static const char *APIVERSION = "1.33";
static const char *APIVERSION = "3.0";
static const char *DEAD = "Dead";
static const char *SICK = "Sick";
static const char *NOSTART = "NoStart";