Beta 2 release
This commit is contained in:
parent
c10ef56ba9
commit
a0b5f28b38
|
@ -3,7 +3,7 @@
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
static char sVersionString[MAX_VERSION_LENGTH] = { 0 };
|
static char sVersionString[MAX_VERSION_LENGTH] = { 0 };
|
||||||
#ifdef UNSTABLE_BRANCH
|
//#ifdef UNSTABLE_BRANCH
|
||||||
#define VERSION_TEXT "unst "
|
#define VERSION_TEXT "unst "
|
||||||
#else
|
#else
|
||||||
#define VERSION_TEXT "beta "
|
#define VERSION_TEXT "beta "
|
||||||
|
|
Loading…
Reference in New Issue