summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorCarl Worth <[email protected]>2013-08-01 14:15:38 -0700
committerCarl Worth <[email protected]>2013-08-01 14:15:38 -0700
commit985e25402f4fb86ebd03741a0bc554e399a7b974 (patch)
treefd82b1a13c63d65fb351530cfd4477c67ad5fc3b /src/mesa
parenta33ecd80749902ca72f4a42feadb509eae551e1b (diff)
Bump version to 9.1.6
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/version.h2
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))