From 64c510bb72c7b81eb1fd96df47bdf62817a09fa7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 7 May 2012 07:30:04 -0600 Subject: [PATCH] mesa: bump version to 8.1.0 in configs/default --- configs/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/default b/configs/default index cdaeec8b478..40fa5e31ea2 100644 --- a/configs/default +++ b/configs/default @@ -9,7 +9,7 @@ CONFIG_NAME = default # Version info MESA_MAJOR=8 -MESA_MINOR=0 +MESA_MINOR=1 MESA_TINY=0 MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY) -- 2.30.2