Minor changes and version bump for prior commit; now at v2.0.5.

This commit is contained in:
Shamus Hammons 2020-01-03 09:21:02 -06:00
parent 13baf8e167
commit 0b6363381c
2 changed files with 2 additions and 2 deletions

2
rmac.c
View File

@ -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"

View File

@ -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__