diff options
author | Brian Paul <[email protected]> | 2009-11-18 08:08:25 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-11-18 08:08:25 -0700 |
commit | 027abddf4f47163276f55c2fa8f81408b652f072 (patch) | |
tree | d8fbea83e88d166a2052e3e4db10958f424f18d4 /src/mesa/main | |
parent | d449c07b8bfd1789b4f643b0eb0b1fac5314ebbe (diff) |
mesa: set version string to 7.6.1-rc1
Diffstat (limited to 'src/mesa/main')
-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 f24e11cc513..3e9143979a9 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -32,7 +32,7 @@ #define MESA_MAJOR 7 #define MESA_MINOR 6 #define MESA_PATCH 1 -#define MESA_VERSION_STRING "7.6.1-devel" +#define MESA_VERSION_STRING "7.6.1-rc1" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |