Browse Source

Correct API version to match docs

nfactor-troky
Kano 12 years ago
parent
commit
abaaf93c8d
  1. 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…
Cancel
Save