diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2009-11-30 17:56:07 -0800 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-11-30 17:56:07 -0800 |
commit | f17dbe256bb38c35d885260be7e5856f1561de97 (patch) | |
tree | ce94022ded006d559f7a70f681a4d4aaf240aa96 | |
parent | 650e02003fbb5511ec758d993b7ec0a302ee2235 (diff) |
mesa: set version string to 7.7-rc1mesa_7_7_rc1
-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 0cae1860a3..fddb9a851f 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -32,7 +32,7 @@ #define MESA_MAJOR 7 #define MESA_MINOR 7 #define MESA_PATCH 0 -#define MESA_VERSION_STRING "7.7-devel" +#define MESA_VERSION_STRING "7.7-rc1" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |