Beta 2 release

This commit is contained in:
MysterD 2020-10-18 22:21:25 -07:00
parent 67c8958dbf
commit 75033c0e84
1 changed files with 1 additions and 1 deletions

View File

@ -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 "