diff options
author | Ian Romanick <[email protected]> | 2009-12-07 17:18:56 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-12-07 17:18:56 -0800 |
commit | ba167f812c44c4bb8c8f844c3d5fbff60bfc93eb (patch) | |
tree | 11bd7a78c714afa0de311370490b0dd81abb4e99 /src/mesa/main/version.h | |
parent | 8fc433fa0f8c5364454858f9be919387feda440c (diff) |
mesa: set version string to 7.7-rc1mesa_7_7_rc2
Also modify the Makefile to use the correct version for the tarballs.
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 fddb9a851f4..fa233b9f308 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-rc1" +#define MESA_VERSION_STRING "7.7-rc2" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |