diff options
author | Ian Romanick <[email protected]> | 2012-02-16 15:28:29 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-02-16 15:29:26 -0800 |
commit | f16c40d2f6ee8174545bb1d1e999525a37c0178b (patch) | |
tree | 4b0c839a4a3c40ac9b51a99322d183ab98b0b787 /src/mesa/main/version.h | |
parent | ca1b2da3006d92c3bd25f3cd22e695bebef1287c (diff) |
mesa: Update the version string to 8.1-devel
The numeric version was updated in 46883e0.
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/version.h')
-rw-r--r-- | 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 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)) |