From 8d3be1d337e375df002669f8452fcc8a92524b0d Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Wed, 7 Aug 2019 21:21:55 -0500 Subject: [PATCH] Forgot to update the copyright in rmac.c. D'oh! :-P --- rmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmac.c b/rmac.c index 3f021e7..c92f154 100644 --- 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); } -- 2.37.2