mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-30 15:51:56 +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 "|"
|
#define SEPSTR "|"
|
||||||
static const char GPUSEP = ',';
|
static const char GPUSEP = ',';
|
||||||
|
|
||||||
static const char *APIVERSION = "1.23";
|
static const char *APIVERSION = "1.24";
|
||||||
static const char *DEAD = "Dead";
|
static const char *DEAD = "Dead";
|
||||||
#if defined(HAVE_OPENCL) || defined(HAVE_AN_FPGA)
|
#if defined(HAVE_OPENCL) || defined(HAVE_AN_FPGA)
|
||||||
static const char *SICK = "Sick";
|
static const char *SICK = "Sick";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user