diff options
author | Vinson Lee <vlee@vmware.com> | 2011-01-05 23:27:30 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2011-01-05 23:27:30 -0800 |
commit | becd98018b5334d210702d9a17df6c1895b0cf73 (patch) | |
tree | 653cf76bddfac50b0b53ea7b32b31dd0ef2d161c /configs/default | |
parent | 0117da40cd7edd3d165bb28569c289b37eca12b9 (diff) |
mesa: bump version to 7.11
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index 0301345b1f..3ce90ef981 100644 --- a/configs/default +++ b/configs/default @@ -9,7 +9,7 @@ CONFIG_NAME = default # Version info MESA_MAJOR=7 -MESA_MINOR=10 +MESA_MINOR=11 MESA_TINY=0 MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY) |