mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-15 17:15:58 +00:00
Display build date in version string.
This commit is contained in:
parent
0df586874d
commit
358b8d139d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue