Whoops, actual release

This commit is contained in:
MysterD 2020-10-18 22:24:37 -07:00
parent a0b5f28b38
commit dd90132145
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
#include "types.h"
static char sVersionString[MAX_VERSION_LENGTH] = { 0 };
//#ifdef UNSTABLE_BRANCH
#ifdef UNSTABLE_BRANCH
#define VERSION_TEXT "unst "
#else
#define VERSION_TEXT "beta "

View file

@ -1,7 +1,7 @@
#ifndef VERSION_H
#define VERSION_H
#define UNSTABLE_BRANCH
//#define UNSTABLE_BRANCH
#define VERSION_NUMBER 2
#define MAX_VERSION_LENGTH 10