diff options
author | Ian Romanick <[email protected]> | 2009-12-16 09:15:09 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-12-16 09:15:09 -0800 |
commit | bf75ee9ccc6bb00ee0251997afcb522ead68f170 (patch) | |
tree | 748f4101cfbe438354edb8f6ffc7f96b63438670 /src/mesa/main | |
parent | 006a526edb0f5a67679309a867a1af22d94e1687 (diff) |
mesa: set version string to 7.7-rc3mesa_7_7_rc3
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 fa233b9f308..4f92353533e 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-rc2" +#define MESA_VERSION_STRING "7.7-rc3" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |