* mac-binutils.r: Fix copyright and version strings.

* Makefile.in (version): Remove, no longer used.
This commit is contained in:
Stan Shebs
1995-12-11 22:35:35 +00:00
parent 1b10f50d90
commit f44f761453
3 changed files with 8 additions and 4 deletions

View File

@ -11,7 +11,7 @@ resource 'vers' (1) {
0,
verUs,
VERSION_STRING,
VERSION_STRING " (c) 1986-95 FSF, Inc. "
VERSION_STRING " (C) 1986-95 FSF, Inc."
};
resource 'vers' (2, purgeable) {
@ -21,7 +21,7 @@ resource 'vers' (2, purgeable) {
0,
verUs,
VERSION_STRING,
"binutils " /* fill in major/minor versions */ "for MPW"
"binutils " VERSION_STRING " for MPW"
};
#ifdef WANT_CFRG