summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-05 11:22:32 -0600
committerBrian Paul <brianp@vmware.com>2010-04-05 11:22:32 -0600
commit5683d77b22b12129c4d715860671d331c760e362 (patch)
treee7170827c24ca79ba710b360acf13c334a25b470
parent0e0de77f0e2583365f2c41bddee21526758b1bff (diff)
mesa: bump MESA_TINY version
-rw-r--r--configs/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default
index ad6d93c92ff..47d6923f019 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.