mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-13 06:01:03 +00:00
Correct API version to match docs
This commit is contained in:
parent
03f626e68d
commit
abaaf93c8d
2
api.c
2
api.c
@ -133,7 +133,7 @@ static const char SEPARATOR = '|';
|
||||
#define SEPSTR "|"
|
||||
static const char GPUSEP = ',';
|
||||
|
||||
static const char *APIVERSION = "1.23";
|
||||
static const char *APIVERSION = "1.24";
|
||||
static const char *DEAD = "Dead";
|
||||
#if defined(HAVE_OPENCL) || defined(HAVE_AN_FPGA)
|
||||
static const char *SICK = "Sick";
|
||||
|
Loading…
x
Reference in New Issue
Block a user