api.c set the actual version number to 3.0
diff --git a/api.c b/api.c
index aa43258..0c0dc0a 100644
--- a/api.c
+++ b/api.c
@@ -131,7 +131,7 @@ static const char *COMMA = ",";
static const char SEPARATOR = '|';
#define SEPSTR "|"
-static const char *APIVERSION = "2.0";
+static const char *APIVERSION = "3.0";
static const char *DEAD = "Dead";
static const char *SICK = "Sick";
static const char *NOSTART = "NoStart";