From 4e08eb41efc8fbbf1e94ace81b6d72972b479a0c Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Tue, 11 Feb 2014 23:39:03 +0200 Subject: [PATCH] api: bump API version number to indicate changes that happened after 4.0.0. --- api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.c b/api.c index 9789823c..2c8c0c4b 100644 --- a/api.c +++ b/api.c @@ -126,7 +126,7 @@ static const char SEPARATOR = '|'; #define SEPSTR "|" static const char GPUSEP = ','; -static const char *APIVERSION = "1.32"; +static const char *APIVERSION = "1.33"; static const char *DEAD = "Dead"; static const char *SICK = "Sick"; static const char *NOSTART = "NoStart";