diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-06-22 20:04:23 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-06-22 20:04:23 +0000 |
commit | 7f992e582712ec939fcc2564ec6138dbaea1154d (patch) | |
tree | 26cca762969e35a78b0e7ce8460c43825fd96ff6 /dist/Mesa/src/mesa/main/version.h | |
parent | d2bab8f8d2852e84d5cfb626567e2d460239ee04 (diff) |
Update to Mesa 7.8.2. Tested by johan@. Thanks.
Diffstat (limited to 'dist/Mesa/src/mesa/main/version.h')
-rw-r--r-- | dist/Mesa/src/mesa/main/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Mesa/src/mesa/main/version.h b/dist/Mesa/src/mesa/main/version.h index cd760beba..9955be24a 100644 --- a/dist/Mesa/src/mesa/main/version.h +++ b/dist/Mesa/src/mesa/main/version.h @@ -34,8 +34,8 @@ /* Mesa version */ #define MESA_MAJOR 7 #define MESA_MINOR 8 -#define MESA_PATCH 1 -#define MESA_VERSION_STRING "7.8.1" +#define MESA_PATCH 2 +#define MESA_VERSION_STRING "7.8.2" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |