diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2009-12-16 09:01:58 -0800 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-12-16 10:13:41 -0800 |
commit | aeea8a07b8a3d126f62395c7f7de4fcab741846a (patch) | |
tree | ca1422a8c61dcbe8fa8492b889838582ddce07e7 | |
parent | 8a09e6e2ad9676c69cc4bb33459ebd4cbc9c982b (diff) |
mesa: set version string to 7.6.1-rc4
-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 8a2013229a..e2a98cad3b 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-rc3" +#define MESA_VERSION_STRING "7.6.1-rc4" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |