summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2012-01-06 16:54:11 -0800
committerKenneth Graunke <kenneth@whitecape.org>2012-01-09 12:01:55 -0800
commita53cb348baa8b6f3142ac0bda2c339ee1ba1ea86 (patch)
treeead2194e2a841e1a01c13a9477b5ee49b5096d7e /configs
parentb82a2a848c2f614be6186f411bc366ebe2f189bc (diff)
mesa: Bump version to 8.0 (devel)
Also update the release notes to mention that Mesa 8.0 implements OpenGL 3.0. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'configs')
-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
@@ -8,8 +8,8 @@
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)