summaryrefslogtreecommitdiff
path: root/configs/default
diff options
context:
space:
mode:
Diffstat (limited to 'configs/default')
-rw-r--r--configs/default4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/default b/configs/default
index 33e5f024d17..2ca6fe45d6d 100644
--- a/configs/default
+++ b/configs/default
@@ -5,14 +5,14 @@
# Think of this as a base class from which configs are derived.
CONFIG_NAME = default
# Version info
-MESA_MAJOR=7
-MESA_MINOR=12
+MESA_MAJOR=8
+MESA_MINOR=0
MESA_TINY=0
MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY)
# external projects. This should be useless now that we use libdrm.
DRM_SOURCE_PATH=$(TOP)/../drm