Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla



Date:	Monday February 28, 19100 @ 0:32
Author:	cameron

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

Modified Files:
	PROJECTS patchlevel.h 
Log Message:
version increment

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

Index: Vanilla/PROJECTS
diff -u Vanilla/PROJECTS:1.71 Vanilla/PROJECTS:1.72
--- Vanilla/PROJECTS:1.71	Fri Feb 25 18:03:40 2000
+++ Vanilla/PROJECTS	Mon Feb 28 00:32:03 2000
@@ -1,6 +1,6 @@
 PROJECTS ... list of things to do or fix, and hints for developers.
 
-#	$Id: PROJECTS,v 1.71 2000/02/26 00:03:40 cameron Exp $	
+#	$Id: PROJECTS,v 1.72 2000/02/28 06:32:03 cameron Exp $	
 
 Small things
 
@@ -172,8 +172,8 @@
 	cd Vanilla
 
 	# set variables to ease the rest of this ...
-	set VS=2.9pl5
-	set VL=v_2_9_5
+	set VS=2.9pl6
+	set VL=v_2_9_6
 
 	# make sure you have committed all changes
 	cvs -z9 diff -u > tmp.tmp
@@ -239,7 +239,7 @@
 	mailto:vanilla-announce@us.netrek.org
 	news:rec.games.netrek
 
-	# update version number, patchlevel.h, version.h, rpm/netrek.spec
+	# update version number, patchlevel.h, version.h, rpm/netrek.spec, here
 	
 
 INL robot problems reported by d4sand,
Index: Vanilla/patchlevel.h
diff -u Vanilla/patchlevel.h:1.8 Vanilla/patchlevel.h:1.9
--- Vanilla/patchlevel.h:1.8	Mon Feb 14 18:14:27 2000
+++ Vanilla/patchlevel.h	Mon Feb 28 00:32:03 2000
@@ -12,7 +12,7 @@
  *  (a) reset this to zero before each major release, and;
  *  (b) increment this number before each patch release.
  */
-#define PATCHLEVEL 5
+#define PATCHLEVEL 6
 #if !defined(NULL)
 #define NULL 0
 #endif