From 0b6363381c7619989725dfc5e41de4bfd5732626 Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Fri, 3 Jan 2020 09:21:02 -0600 Subject: [PATCH] Minor changes and version bump for prior commit; now at v2.0.5. --- rmac.c | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__ -- 2.37.2