Browse Source

api.c set the actual version number to 3.0

Conflicts resolved:
	api.c
nfactor-troky
Kano 11 years ago committed by Noel Maersk
parent
commit
83ea44af5d
  1. 2
      api.c

2
api.c

@ -126,7 +126,7 @@ static const char SEPARATOR = '|'; @@ -126,7 +126,7 @@ static const char SEPARATOR = '|';
#define SEPSTR "|"
static const char GPUSEP = ',';
static const char *APIVERSION = "1.33";
static const char *APIVERSION = "3.0";
static const char *DEAD = "Dead";
static const char *SICK = "Sick";
static const char *NOSTART = "NoStart";

Loading…
Cancel
Save