Commit c25aead886b30f04ac8022c7f1effa51b20456e8

Kano 2012-02-20T19:15:22

Update API version to 1.2 for new 'Log Interval'

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/api.c b/api.c
index 89c60fa..59db9d4 100644
--- a/api.c
+++ b/api.c
@@ -151,7 +151,7 @@ static const char *COMMA = ",";
 static const char SEPARATOR = '|';
 static const char GPUSEP = ',';
 
-static const char *APIVERSION = "1.1";
+static const char *APIVERSION = "1.2";
 static const char *DEAD = "Dead";
 static const char *SICK = "Sick";
 static const char *NOSTART = "NoStart";