Mesa (7.11): mesa: Bump version to 7.11.2 (final)

Ian Romanick idr at kemper.freedesktop.org
Sun Nov 27 22:13:44 UTC 2011


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Sun Nov 27 14:02:04 2011 -0800

mesa: Bump version to 7.11.2 (final)

---

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

diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 99f6e88..0fb9cbf 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -35,7 +35,7 @@ struct gl_context;
 #define MESA_MAJOR 7
 #define MESA_MINOR 11
 #define MESA_PATCH 2
-#define MESA_VERSION_STRING "7.11.2-devel"
+#define MESA_VERSION_STRING "7.11.2"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))




More information about the mesa-commit mailing list