]> Shamusworld >> Repos - rmac/commitdiff
Forgot to update the copyright in rmac.c. D'oh! :-P
authorShamus Hammons <jlhamm@acm.org>
Thu, 8 Aug 2019 02:21:55 +0000 (21:21 -0500)
committerShamus Hammons <jlhamm@acm.org>
Thu, 8 Aug 2019 02:21:55 +0000 (21:21 -0500)
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);
 }