summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2011-11-27 14:02:04 -0800
committerIan Romanick <ian.d.romanick@intel.com>2011-11-27 14:04:05 -0800
commit835205e2953a98b1fac400e8e4022a349a7eb18c (patch)
tree3e81ccf201ed645b67590f9f3b20ddb5cdc741c6
parent2a45566587e2b180c8c78932802028dee684b988 (diff)
mesa: Bump version to 7.11.2 (final)
-rw-r--r--src/mesa/main/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 99f6e8823c2..0fb9cbf836d 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))