mesa: bump version to 7.12 (devel)
authorBrian Paul <brianp@vmware.com>
Wed, 29 Jun 2011 13:37:11 +0000 (07:37 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 29 Jun 2011 13:38:10 +0000 (07:38 -0600)
Makefile
configs/default
src/mesa/main/version.h

index 131e5787260d2c681a0bd47001aa8973ed6bfb1c..0a3deb8168ec7fa204a8b3ff683925d3240df0dc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -183,7 +183,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.11-devel
+VERSION=7.12-devel
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 GLUT_NAME = MesaGLUT-$(VERSION)
index e9f493a17f1aa9a652b162cb49ee487028d33cd1..132ccbee3cfaf75d8162ec77415b34569116513e 100644 (file)
@@ -9,7 +9,7 @@ CONFIG_NAME = default
 
 # Version info
 MESA_MAJOR=7
-MESA_MINOR=11
+MESA_MINOR=12
 MESA_TINY=0
 MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY)
 
index 2e6335846e3a50ffd44e79864bcda9ee6d29d555..0a0512c339d4c6e574e661258b3b6a4e1bdc8c44 100644 (file)
@@ -33,9 +33,9 @@ struct gl_context;
 
 /* Mesa version */
 #define MESA_MAJOR 7
-#define MESA_MINOR 11
+#define MESA_MINOR 12
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "7.11-devel"
+#define MESA_VERSION_STRING "7.12-devel"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))