aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Boll <[email protected]>2013-01-30 21:07:54 +0100
committerAndreas Boll <[email protected]>2013-01-31 09:01:15 +0100
commit6ea753b0562c4b59b635ed63abb0bf9fe64d6578 (patch)
tree01bbf325644b1659645faf837c4fd7a85d165e00 /src
parenta527b2192e3cb4a68af927ab405e38181d2fcf75 (diff)
mesa: bump version to 9.2 (devel)
Now that branch 9.1 is created, bump the minor version in master. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 1aab37d6936..8167ed0511a 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -33,9 +33,9 @@ struct gl_context;
/* Mesa version */
#define MESA_MAJOR 9
-#define MESA_MINOR 1
+#define MESA_MINOR 2
#define MESA_PATCH 0
-#define MESA_VERSION_STRING "9.1-devel"
+#define MESA_VERSION_STRING "9.2-devel"
/* To make version comparison easy */
#define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))