diff options
author | rws <empty> | 1991-05-11 11:34:35 +0000 |
---|---|---|
committer | rws <empty> | 1991-05-11 11:34:35 +0000 |
commit | 21038c8928deabcd0dce12eb95a3be1633a5189a (patch) | |
tree | ea2e4ebb87e4cd06fb6922de72af5de8bb167ceb /xc/Imakefile | |
parent | 2c1367675cc3dac7e4f1631bcf54343ab8e6d7a2 (diff) |
alpha -> beta
Diffstat (limited to 'xc/Imakefile')
-rw-r--r-- | xc/Imakefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xc/Imakefile b/xc/Imakefile index a4e21a9e6..1cb86e409 100644 --- a/xc/Imakefile +++ b/xc/Imakefile @@ -48,7 +48,7 @@ InstallManPageLong(Standards,$(MANDIR),XStandards) XCOMM do not name your log file make.log when you run this ... World:: @echo "" - @echo "Building Release 5alpha of the X Window System" + @echo "Building Release 5beta of the X Window System" @echo "" @echo "##############################################################" @echo "# Did you remember to check the configuration parameters in #" @@ -68,12 +68,12 @@ World:: @echo "" @date @echo "" - @echo "Full build of Release 5alpha of the X Window System complete." + @echo "Full build of Release 5beta of the X Window System complete." @echo "" Everything:: @echo "" - @echo "Rebuilding Release 5alpha of the X Window System" + @echo "Rebuilding Release 5beta of the X Window System" @echo "" @date @echo "" @@ -87,7 +87,7 @@ Everything:: @echo "" @date @echo "" - @echo "Rebuild of Release 5alpha of the X Window System complete." + @echo "Rebuild of Release 5beta of the X Window System complete." @echo "" |