summaryrefslogtreecommitdiff
path: root/src/mesa/main/version.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2012-02-16 15:28:29 -0800
committerIan Romanick <ian.d.romanick@intel.com>2012-02-16 15:29:26 -0800
commitf16c40d2f6ee8174545bb1d1e999525a37c0178b (patch)
tree4b0c839a4a3c40ac9b51a99322d183ab98b0b787 /src/mesa/main/version.h
parentca1b2da3006d92c3bd25f3cd22e695bebef1287c (diff)
mesa: Update the version string to 8.1-devel
The numeric version was updated in 46883e0. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/main/version.h')
-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 35bf5339233..94a9855d981 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -35,7 +35,7 @@ struct gl_context;
#define MESA_MAJOR 8
#define MESA_MINOR 1
#define MESA_PATCH 0
-#define MESA_VERSION_STRING "8.0-devel"
+#define MESA_VERSION_STRING "8.1-devel"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))