From c8535133aa9d64023756fa94c2b7868345bb0b96 Mon Sep 17 00:00:00 2001 From: Kano Date: Sun, 1 Jul 2012 15:29:41 +1000 Subject: [PATCH] api.c put version up to 1.14 --- api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.c b/api.c index d6a18d29..b3813938 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";