Commit abaaf93c8dc8714594d9d29490a195d8ed9df377

Kano 2013-01-02T21:52:38

Correct API version to match docs

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/api.c b/api.c
index 94b1d5c..207dfd7 100644
--- a/api.c
+++ b/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";