]> Shamusworld >> Repos - rmac/blobdiff - rmac.c
Fixed a nasty bug that dropped symbols that shouldn't have been.
[rmac] / rmac.c
diff --git a/rmac.c b/rmac.c
index b2b2610d62c96bfaeef2da0feda1851b03329664..3f5a9b59758f551d53a0be14bb7d77001091f510 100644 (file)
--- a/rmac.c
+++ b/rmac.c
@@ -150,7 +150,7 @@ void DisplayHelp(void)
 void DisplayVersion(void)
 {
        printf("\nReboot's Macro Assembler for Atari Jaguar\n"
-               "Copyright (C) 199x Landon Dyer, 2011 Reboot\n"
+               "Copyright (C) 199x Landon Dyer, 2011-2015 Reboot\n"
                "V%01i.%01i.%01i %s (%s)\n\n", MAJOR, MINOR, PATCH, __DATE__, PLATFORM);
 }