diff options
author | Carl Worth <[email protected]> | 2013-08-01 14:15:38 -0700 |
---|---|---|
committer | Carl Worth <[email protected]> | 2013-08-01 14:15:38 -0700 |
commit | 985e25402f4fb86ebd03741a0bc554e399a7b974 (patch) | |
tree | fd82b1a13c63d65fb351530cfd4477c67ad5fc3b /src/mesa | |
parent | a33ecd80749902ca72f4a42feadb509eae551e1b (diff) |
Bump version to 9.1.6
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 a069798407f..6eab691ab0d 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -35,7 +35,7 @@ struct gl_context; #define MESA_MAJOR 9 #define MESA_MINOR 1 #define MESA_PATCH 4 -#define MESA_VERSION_STRING "9.1.5" +#define MESA_VERSION_STRING "9.1.6" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) |