mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 06:18:06 +00:00
api: bump API version number to indicate changes that happened after 4.0.0.
This commit is contained in:
parent
dab1d35efd
commit
4e08eb41ef
2
api.c
2
api.c
@ -126,7 +126,7 @@ static const char SEPARATOR = '|';
|
||||
#define SEPSTR "|"
|
||||
static const char GPUSEP = ',';
|
||||
|
||||
static const char *APIVERSION = "1.32";
|
||||
static const char *APIVERSION = "1.33";
|
||||
static const char *DEAD = "Dead";
|
||||
static const char *SICK = "Sick";
|
||||
static const char *NOSTART = "NoStart";
|
||||
|
Loading…
Reference in New Issue
Block a user