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