mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-27 04:21:42 +00:00
Whoops, actual release
This commit is contained in:
parent
a0b5f28b38
commit
dd90132145
2 changed files with 2 additions and 2 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue