diff options
author | Brian Paul <[email protected]> | 2009-09-29 09:36:06 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-29 09:36:06 -0600 |
commit | 69a3043f4109463f35e87102e509e0a4599cd09a (patch) | |
tree | 5fbdfb9d4b30d5f2337228d38af2b5ab8f68f4b2 /configs | |
parent | 2d400d43bfbe5ea6f8c85acbd12c9376a3ab1114 (diff) |
mesa: bump version to 7.6.1
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 2168b29e3e8..0bdc4c86b88 100644 --- a/configs/default +++ b/configs/default @@ -10,7 +10,7 @@ CONFIG_NAME = default # Version info MESA_MAJOR=7 MESA_MINOR=6 -MESA_TINY=0 +MESA_TINY=1 MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY) # external projects. This should be useless now that we use libdrm. |