diff options
author | Brian Paul <brianp@vmware.com> | 2010-04-05 11:22:32 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-04-05 11:22:32 -0600 |
commit | 5683d77b22b12129c4d715860671d331c760e362 (patch) | |
tree | e7170827c24ca79ba710b360acf13c334a25b470 /configs | |
parent | 0e0de77f0e2583365f2c41bddee21526758b1bff (diff) |
mesa: bump MESA_TINY version
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 ad6d93c92f..47d6923f01 100644 --- a/configs/default +++ b/configs/default @@ -10,7 +10,7 @@ CONFIG_NAME = default # Version info MESA_MAJOR=7 MESA_MINOR=8 -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. |