diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sst.c | 2 | ||||
-rw-r--r-- | src/version.h | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -161,7 +161,7 @@ nc: gamedata_init(); } e: con_colourmsg(RGBA(64, 255, 64, 255), - NAME " v" VERSION " successfully loaded"); + LONGNAME " v" VERSION " successfully loaded"); con_colourmsg(RGBA(255, 255, 255, 255), " for game "); con_colourmsg(RGBA(0, 255, 255, 255), "%s\n", gameinfo_title); return true; diff --git a/src/version.h b/src/version.h index b75b78f..605eba7 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define NAME "SST" -#define LONGNAME "Source Speedrun Tools" +#define LONGNAME "Source Speedrun Tools Beta" #define VERSION_MAJOR 0 -#define VERSION_MINOR 1 -#define VERSION "Beta 0.1" +#define VERSION_MINOR 2 +#define VERSION "0.2" |