diff options
author | Brian Paul <brianp@vmware.com> | 2012-05-07 07:30:04 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2012-05-07 07:30:04 -0600 |
commit | 64c510bb72c7b81eb1fd96df47bdf62817a09fa7 (patch) | |
tree | 94d3731f2fa45b5175ad1473f4b4f8aa99d22cee /configs | |
parent | ecc7e5e85b65bf7c87e31126f893065d4466246a (diff) |
mesa: bump version to 8.1.0 in configs/default
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index cdaeec8b478..40fa5e31ea2 100644 --- a/configs/default +++ b/configs/default @@ -9,7 +9,7 @@ CONFIG_NAME = default # Version info MESA_MAJOR=8 -MESA_MINOR=0 +MESA_MINOR=1 MESA_TINY=0 MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY) |