Date:	Monday April 23, 2001 @ 5:08
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv15955

Modified Files:
	patchlevel.h README.releasing 
Log Message:
update version number for next release


****************************************

Index: Vanilla/patchlevel.h
diff -u Vanilla/patchlevel.h:1.10 Vanilla/patchlevel.h:1.11
--- Vanilla/patchlevel.h:1.10	Fri Feb  2 02:11:06 2001
+++ Vanilla/patchlevel.h	Mon Apr 23 05:08:16 2001
@@ -12,7 +12,7 @@
  *  (a) reset this to zero before each major release, and;
  *  (b) increment this number before each patch release.
  */
-#define PATCHLEVEL 7
+#define PATCHLEVEL 8
 #if !defined(NULL)
 #define NULL 0
 #endif
Index: Vanilla/README.releasing
diff -u Vanilla/README.releasing:1.4 Vanilla/README.releasing:1.5
--- Vanilla/README.releasing:1.4	Fri Feb  2 03:17:51 2001
+++ Vanilla/README.releasing	Mon Apr 23 05:08:16 2001
@@ -1,5 +1,5 @@
 
-$Id: README.releasing,v 1.4 2001/02/02 09:17:51 cameron Exp $
+$Id: README.releasing,v 1.5 2001/04/23 10:08:16 cameron Exp $
 
 Release Procedure
 
@@ -7,9 +7,9 @@
 # be in your local copy of the CVS repository
 cd Vanilla
 
-# set variables to ease the rest of this ... (csh or tcsh)
-set VS=2.9pl7
-set VL=v_2_9_7
+# set variables to ease the rest of this ... (sh or bash)
+VS=2.9pl8
+VL=v_2_9_8
 
 # make sure you have committed all changes
 cvs -z9 diff -u > tmp.tmp
@@ -24,7 +24,7 @@
 
 # export the tagged release to a new directory and tar
 cd ..
-setenv CVSROOT :pserver:cameron at cvs.us.netrek.org:/home/netrek/cvsroot
+export CVSROOT=:pserver:cameron at cvs.us.netrek.org:/home/netrek/cvsroot
 cvs -z9 export -d Vanilla-$VS -r $VL Vanilla
 # package res-rsa with .tar.gz as per Dave Ahn 28th June 2000
 cd Vanilla-$VS
@@ -74,7 +74,7 @@
 
 # update web page
 http://vanilla.us.netrek.org/index.html
-setenv CVSROOT :pserver:cameron at cvs.us.netrek.org:/home/netrek/cvsroot
+export CVSROOT=:pserver:cameron at cvs.us.netrek.org:/home/netrek/cvsroot
 cvs checkout web [or] cvs update
 # review differences and generate short change list in index.html
 cvs commit