Commit c8535133aa9d64023756fa94c2b7868345bb0b96

Kano 2012-07-01T15:29:41

api.c put version up to 1.14

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/api.c b/api.c
index d6a18d2..b381393 100644
--- a/api.c
+++ b/api.c
@@ -166,7 +166,7 @@ static const char SEPARATOR = '|';
 #define SEPSTR "|"
 static const char GPUSEP = ',';
 
-static const char *APIVERSION = "1.13";
+static const char *APIVERSION = "1.14";
 static const char *DEAD = "Dead";
 static const char *SICK = "Sick";
 static const char *NOSTART = "NoStart";