diff options
author | Brian Paul <[email protected]> | 2011-06-10 13:18:06 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-06-10 15:25:38 -0600 |
commit | 48a3b034097c60b604147bd2e421ef865c2ee8b2 (patch) | |
tree | 6a5ad0c3c05ea5ad46710e8cb3d5fb4c89ccdd6e /src | |
parent | 29164dcac8004108eff710d84f19c097b6fc1fa2 (diff) |
mesa: bump version to 7.10.3
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index c4ec34d2903..ca09ef17f02 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -34,8 +34,8 @@ struct gl_context; /* Mesa version */ #define MESA_MAJOR 7 #define MESA_MINOR 10 -#define MESA_PATCH 2 -#define MESA_VERSION_STRING "7.10.2" +#define MESA_PATCH 3 +#define MESA_VERSION_STRING "7.10.3" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |