1
0
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:
Noel Maersk 2014-02-11 23:39:03 +02:00
parent dab1d35efd
commit 4e08eb41ef

2
api.c
View File

@ -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";