aboutsummaryrefslogtreecommitdiff
path: root/gas/mac-as.r
diff options
context:
space:
mode:
Diffstat (limited to 'gas/mac-as.r')
-rw-r--r--gas/mac-as.r6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/mac-as.r b/gas/mac-as.r
index 644c588..f36c033 100644
--- a/gas/mac-as.r
+++ b/gas/mac-as.r
@@ -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,
- "GAS " /* fill in major/minor versions */ "for MPW"
+ "GAS " VERSION_STRING " for MPW"
};
#ifdef WANT_CFRG
@@ -35,7 +35,7 @@ resource 'cfrg' (0) {
kNoVersionNum, kNoVersionNum,
0,0,
kIsApp, kOnDiskFlat, kZeroOffset, kWholeFork,
- "as"
+ PROG_NAME
}
};