From ce580bbe09641c3cd5b5cb36b869aef596a359d8 Mon Sep 17 00:00:00 2001 From: stskeeps Date: Tue, 12 Mar 2002 20:29:17 +0000 Subject: [PATCH] - Small release tricks --- .RELEASE.NOTES | 4 ++-- Changes | 1 + Makefile.in | 6 +----- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.RELEASE.NOTES b/.RELEASE.NOTES index be9513576..9325edd24 100644 --- a/.RELEASE.NOTES +++ b/.RELEASE.NOTES @@ -1,9 +1,9 @@ -Unreal3.2-Selene (BETA4) RELEASE NOTES +Unreal3.2-Selene (BETA7) RELEASE NOTES ====================================== I M P O R T A N T R E A D I N G - +(YES, YOU WILL NEED TO READ ALL OF THIS) * Unreal3.2-Selene is a lot different than Unreal3.1.1. Forget all you have learned about setting up Unreal3.1.1 - this is a lot different. We have got diff --git a/Changes b/Changes index 075141c54..c01ae157d 100644 --- a/Changes +++ b/Changes @@ -1223,3 +1223,4 @@ seen. gmtime warning still there - Fixed a IPv6 problem reported by Zerwas - Fixed -Wall warnings for TStime - Compile fix for TS2ts +- Small release tricks diff --git a/Makefile.in b/Makefile.in index b7900f636..e222dbbf0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -152,11 +152,7 @@ build: ( cd $$i; ${MAKE} ${MAKEARGS} build; ) \ done @echo ' __________________________________________________ ' - @echo '| Compile is now complete. Now you have to go do |' - @echo '| The load-time configuration - try go read the |' - @echo '| file "dynconf" using your favourite viewer or |' - @echo '| editor. The file will contain instructions on how|' - @echo '| to do the dynamic configuration :) |' + @echo '| Compile is now complete. |' @echo '| You might want to see include/config.h to adjust |' @echo '| some settings |' @echo '| |'