mesa: set version string to 7.6.1-rc4
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 16 Dec 2009 17:01:58 +0000 (09:01 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 16 Dec 2009 17:01:58 +0000 (09:01 -0800)
src/mesa/main/version.h

index 8a2013229a13888c0e1d94dc00c6b044ff2516b2..e2a98cad3b6a4e0f36f3419cb98ff3a73fe2b570 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-rc3"
+#define MESA_VERSION_STRING "7.6.1-rc4"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))