mesa: set version string to 7.6.1-rc2
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 1 Dec 2009 01:55:21 +0000 (17:55 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 1 Dec 2009 01:55:21 +0000 (17:55 -0800)
src/mesa/main/version.h

index 3e9143979a960e80a387802ebea958008b5629e7..e2fed570809454ca2c6eee21c72027e5c6e883b9 100644 (file)
@@ -32,7 +32,7 @@
 #define MESA_MAJOR 7
 #define MESA_MINOR 6
 #define MESA_PATCH 1
-#define MESA_VERSION_STRING "7.6.1-rc1"
+#define MESA_VERSION_STRING "7.6.1-rc2"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))