Mesa (master): mesa: bump version to 7.12 (devel)

Brian Paul brianp at kemper.freedesktop.org
Wed Jun 29 13:40:10 UTC 2011


Module: Mesa
Branch: master
Commit: e17f2bad3abf8e08b74871c71566dea5f1ce4bf7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e17f2bad3abf8e08b74871c71566dea5f1ce4bf7

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 29 07:37:11 2011 -0600

mesa: bump version to 7.12 (devel)

---

 Makefile                |    2 +-
 configs/default         |    2 +-
 src/mesa/main/version.h |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 131e578..0a3deb8 100644
--- 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)
diff --git a/configs/default b/configs/default
index e9f493a..132ccbe 100644
--- a/configs/default
+++ b/configs/default
@@ -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)
 
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 2e63358..0a0512c 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -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))




More information about the mesa-commit mailing list