Mesa (7.11): mesa: set version string to 7.11.2-devel

Ian Romanick idr at kemper.freedesktop.org
Fri Nov 18 20:20:30 UTC 2011


Module: Mesa
Branch: 7.11
Commit: 22ff4ec9693d6a4b03c770cffd0446ad4fff0ab4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=22ff4ec9693d6a4b03c770cffd0446ad4fff0ab4

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri Nov 18 11:06:33 2011 -0800

mesa: set version string to 7.11.2-devel

---

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

diff --git a/Makefile b/Makefile
index b3bf837..cd42090 100644
--- a/Makefile
+++ b/Makefile
@@ -183,7 +183,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-VERSION=7.11.1
+VERSION=7.11.2
 DIRECTORY = Mesa-$(VERSION)
 LIB_NAME = MesaLib-$(VERSION)
 GLUT_NAME = MesaGLUT-$(VERSION)
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 83338b2..99f6e88 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -34,8 +34,8 @@ struct gl_context;
 /* Mesa version */
 #define MESA_MAJOR 7
 #define MESA_MINOR 11
-#define MESA_PATCH 1
-#define MESA_VERSION_STRING "7.11.1"
+#define MESA_PATCH 2
+#define MESA_VERSION_STRING "7.11.2-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