From: Brian Paul Date: Mon, 7 May 2012 13:30:04 +0000 (-0600) Subject: mesa: bump version to 8.1.0 in configs/default X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64c510bb72c7b81eb1fd96df47bdf62817a09fa7;p=mesa.git mesa: bump version to 8.1.0 in configs/default --- 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)