updates for the 3.5 release
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 5228884..9464782 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.59 2001/06/12 14:32:15 brianp Exp $
+$Id: VERSIONS,v 1.60 2001/06/20 19:02:48 brianp Exp $
 
 
 Mesa Version History
@@ -830,7 +830,7 @@
 	- increased max viewport size to 2048 x 2048
 
 
-3.5  Month ??, 2001
+3.5  June 21, 2001
     New:
 	- internals of Mesa divided into modular pieces (Keith Whitwell)
 	- 100% OpenGL 1.2 conformance (passes all conformance tests)
@@ -840,7 +840,6 @@
 	- OSMesaCreateContextExt() function
 	- GL_ARB_texture_env_add extension (same as GL_EXT_texture_env_add)
 	- GL_MAX_TEXTURE_UNITS_ARB now defaults to eight
-	- new libOSMesa.so library, contains the OSMesa driver interface
 	- GL_EXT_fog_coord extension (Keith Whitwell)
 	- GL_EXT_secondary_color extension (Keith Whitwell)
 	- GL_ARB_texture_env_add extension (same as GL_EXT_texture_env_add)
@@ -864,6 +863,7 @@
 	- colors weren't getting clamped to [0,1] before color table lookup
 	- fixed RISC alignment errors caused by COPY_4UBV macro
 	- drawing wide, flat-shaded lines could cause a segfault
-	- tri vertices now snapped to 1/16 pixel to fix rendering of tiny triangles
+	- vertices now snapped to 1/16 pixel to fix rendering of tiny triangles
     Changes:
 	- SGI's Sample Implementation (SI) 1.3 GLU library replaces Mesa GLU
+	- new libOSMesa.so library, contains the OSMesa driver interface