]> Shamusworld >> Repos - rmac/commitdiff
Minor changes and version bump for prior commit; now at v2.0.5.
authorShamus Hammons <jlhamm@acm.org>
Fri, 3 Jan 2020 15:21:02 +0000 (09:21 -0600)
committerShamus Hammons <jlhamm@acm.org>
Fri, 3 Jan 2020 15:21:02 +0000 (09:21 -0600)
rmac.c
version.h

diff --git a/rmac.c b/rmac.c
index b6a7afe3745aca10df0829264af59157045149d9..6100a4e5f28233a3a497ed5b1ca6183a5e3f110d 100644 (file)
--- a/rmac.c
+++ b/rmac.c
@@ -146,7 +146,7 @@ void DisplayHelp(void)
                "  -dsymbol[=value]  Define symbol (with optional value, default=0)\n"
                "  -e[errorfile]     Send error messages to file, not stdout\n"
                "  -f[format]        Output object file format\n"
-               "                    a: ALCYON (use this for ST)\n"
+               "                    a: ALCYON\n"
                "                    b: BSD (use this for Jaguar)\n"
                "                    e: ELF\n"
                "                    p: P56 (use this for DSP56001 only)\n"
index 83b4f7c8619b21e44012c6855d780160741bf9f6..ec79f8e25a8226269541648f7ca42f3c75bd783d 100644 (file)
--- a/version.h
+++ b/version.h
@@ -15,7 +15,7 @@
 
 #define MAJOR   2              // Major version number
 #define MINOR   0              // Minor version number
-#define PATCH   4              // Patch release number
+#define PATCH   5              // Patch release number
 
 #endif // __VERSION_H__