diff options
author | Ian Romanick <[email protected]> | 2012-08-30 13:55:02 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-30 18:23:28 -0700 |
commit | 0791484c4233f3b474b1d9ba1af2f4608fe7e962 (patch) | |
tree | c32e22a4e9524316585931a96b8b159884dfd920 /configs | |
parent | 0e470533ad0aecb58341a8935618c8cdf642bedd (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 <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 4 |
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) |