summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2012-08-30 13:55:02 -0700
committerIan Romanick <ian.d.romanick@intel.com>2012-08-30 18:23:28 -0700
commit0791484c4233f3b474b1d9ba1af2f4608fe7e962 (patch)
treec32e22a4e9524316585931a96b8b159884dfd920 /configs
parent0e470533ad0aecb58341a8935618c8cdf642bedd (diff)
mesa: Bump version to 9.0
Now that OpenGL 3.1 is supported by at least one driver, follow tradition and bump the major version number. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/default4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/default b/configs/default
index 1f167b58e06..85a863f3081 100644
--- a/configs/default
+++ b/configs/default
@@ -8,8 +8,8 @@
CONFIG_NAME = default
# Version info
-MESA_MAJOR=8
-MESA_MINOR=1
+MESA_MAJOR=9
+MESA_MINOR=0
MESA_TINY=0
MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY)