From f16c40d2f6ee8174545bb1d1e999525a37c0178b Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 16 Feb 2012 15:28:29 -0800 Subject: [PATCH] mesa: Update the version string to 8.1-devel The numeric version was updated in 46883e0. Signed-off-by: Ian Romanick --- src/mesa/main/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.11.0