mesa/tests: Sanity check the ES2 dispatch table
[mesa.git] / src / mesa / main / version.h
index 94a9855d9810e747d27dd9e14c79ac19061863ec..f0ba6f267fb1b85a07ea01a97d4a7ad31ba64f56 100644 (file)
@@ -32,10 +32,10 @@ struct gl_context;
 
 
 /* Mesa version */
-#define MESA_MAJOR 8
+#define MESA_MAJOR 9
 #define MESA_MINOR 1
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "8.1-devel"
+#define MESA_VERSION_STRING "9.1-devel"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))