1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Update API version to 1.2 for new 'Log Interval'

This commit is contained in:
Kano 2012-02-20 19:15:22 +11:00
parent 3bd16acf12
commit c25aead886

2
api.c
View File

@ -151,7 +151,7 @@ static const char *COMMA = ",";
static const char SEPARATOR = '|';
static const char GPUSEP = ',';
static const char *APIVERSION = "1.1";
static const char *APIVERSION = "1.2";
static const char *DEAD = "Dead";
static const char *SICK = "Sick";
static const char *NOSTART = "NoStart";