]> Shamusworld >> Repos - rmac/blobdiff - rmac.c
Forgot to update the copyright in rmac.c. D'oh! :-P
[rmac] / rmac.c
diff --git a/rmac.c b/rmac.c
index 3f021e7c495713f187d4193fd25a18bc5d191d7d..c92f1549bb107d5fccb24485888187b308171ddf 100644 (file)
--- a/rmac.c
+++ b/rmac.c
@@ -213,7 +213,7 @@ void DisplayVersion(void)
                "| |  | | | | | | (_| | (__ \n"
                "|_|  |_| |_| |_|\\__,_|\\___|\n"
                "\nReboot's Macro Assembler\n"
-               "Copyright (C) 199x Landon Dyer, 2011-2018 Reboot\n"
+               "Copyright (C) 199x Landon Dyer, 2011-2019 Reboot\n"
                "V%01i.%01i.%01i %s (%s)\n\n", MAJOR, MINOR, PATCH, __DATE__, PLATFORM);
 }