diff options
author | Ian Romanick <[email protected]> | 2013-05-21 12:49:28 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2013-05-21 12:49:28 -0700 |
commit | e9be1f7ce5d7f24e68ed63136cdfd8b3c1899065 (patch) | |
tree | 924af69b86eed0781141613a01c58162ef266267 /src/mesa/main | |
parent | caeab4d170229ec85cf5d3e79ce7f7e2c9cabf44 (diff) |
mesa: Bump version to 9.1.3
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main')
-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 c22f2c883ee..12e7409312c 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 9 #define MESA_MINOR 1 -#define MESA_PATCH 2 -#define MESA_VERSION_STRING "9.1.2" +#define MESA_PATCH 3 +#define MESA_VERSION_STRING "9.1.3" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |