diff options
Diffstat (limited to 'src/os_amiga.c')
-rw-r--r-- | src/os_amiga.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os_amiga.c b/src/os_amiga.c index 91c13e7d2..c36206c82 100644 --- a/src/os_amiga.c +++ b/src/os_amiga.c @@ -116,6 +116,9 @@ static char version[] __attribute__((used)) = # ifdef PATCHLEVEL "." PATCHLEVEL # endif +# ifdef BUILDDATE + " (" BUILDDATE ")" +# endif ; #endif |