set version string to 7.1 rc1
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 May 2008 18:51:37 +0000 (12:51 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 May 2008 18:51:37 +0000 (12:51 -0600)
src/mesa/main/version.h

index 9229077f42cdf815ef9e3bb19da5f348c04a21af..2f459e517a54fb601403cd04a25f66e938e45063 100644 (file)
@@ -31,7 +31,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 1
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.1"
+#define MESA_VERSION_STRING "7.1 rc1"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))