From: Shamus Hammons Date: Fri, 3 Jan 2020 15:21:02 +0000 (-0600) Subject: Minor changes and version bump for prior commit; now at v2.0.5. X-Git-Tag: v2.1.0~50 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=commitdiff_plain;h=0b6363381c7619989725dfc5e41de4bfd5732626 Minor changes and version bump for prior commit; now at v2.0.5. --- diff --git a/rmac.c b/rmac.c index b6a7afe..6100a4e 100644 --- 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" diff --git a/version.h b/version.h index 83b4f7c..ec79f8e 100644 --- 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__