diff options
author | Brian Paul <[email protected]> | 2009-06-26 13:16:08 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-06-26 13:16:34 -0600 |
commit | 077a06c140001849dafbedc4175f9aa703bbba69 (patch) | |
tree | c95dcbc2e9609be859858605f1dc08b182f3ae33 /src/mesa | |
parent | 62ad606065312cecb1e2dcad0ad2cadf402f0b5c (diff) |
mesa: bump version to 7.5-rc4
Diffstat (limited to 'src/mesa')
-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 015ac71a178..52ee324d172 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -31,7 +31,7 @@ #define MESA_MAJOR 7 #define MESA_MINOR 5 #define MESA_PATCH 0 -#define MESA_VERSION_STRING "7.5-rc3" +#define MESA_VERSION_STRING "7.5-rc4" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |