diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2012-08-30 13:55:02 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2012-08-30 18:23:28 -0700 |
commit | 0791484c4233f3b474b1d9ba1af2f4608fe7e962 (patch) | |
tree | c32e22a4e9524316585931a96b8b159884dfd920 /configs/default | |
parent | 0e470533ad0aecb58341a8935618c8cdf642bedd (diff) | |
download | external_mesa3d-0791484c4233f3b474b1d9ba1af2f4608fe7e962.zip external_mesa3d-0791484c4233f3b474b1d9ba1af2f4608fe7e962.tar.gz external_mesa3d-0791484c4233f3b474b1d9ba1af2f4608fe7e962.tar.bz2 |
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/default')
-rw-r--r-- | configs/default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/default b/configs/default index 1f167b5..85a863f 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) |