From 358b8d139d8d6a1b028cf0ad0715a20a43c9186a Mon Sep 17 00:00:00 2001 From: fgenesis Date: Tue, 24 Sep 2013 17:25:33 +0200 Subject: [PATCH] Display build date in version string. --- Aquaria/AquariaCompileConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aquaria/AquariaCompileConfig.h b/Aquaria/AquariaCompileConfig.h index 922d212..4dd79e3 100644 --- a/Aquaria/AquariaCompileConfig.h +++ b/Aquaria/AquariaCompileConfig.h @@ -9,7 +9,7 @@ #define AQUARIA_BUILD_CONSOLE 1 #define AQUARIA_BUILD_SCENEEDITOR 1 - #define AQUARIA_CUSTOM_BUILD_ID "" + #define AQUARIA_CUSTOM_BUILD_ID (" Build " __DATE__ " - " __TIME__) // If defined, this is shown instead of "Aquaria vx.x.x ..." on the title screen. //#define AQUARIA_OVERRIDE_VERSION_STRING "Aquaria OSE v1.000"