diff options
author | Vinson Lee <vlee@vmware.com> | 2010-09-17 17:52:13 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-09-17 17:52:13 -0700 |
commit | 3c9653c3a014b6ae639f5de24205911da7c73281 (patch) | |
tree | 0330e22465bfe0f56856e4510f577ba3529669d2 /configs | |
parent | 19f8f32a967fbe376ca0aae9be12100f4cdf9d31 (diff) |
mesa: bump version to 7.10
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 f2aedefc068..0301345b1fc 100644 --- a/configs/default +++ b/configs/default @@ -9,7 +9,7 @@ CONFIG_NAME = default # Version info MESA_MAJOR=7 -MESA_MINOR=9 +MESA_MINOR=10 MESA_TINY=0 MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY) |