Module: Mesa Branch: master Commit: 64c510bb72c7b81eb1fd96df47bdf62817a09fa7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64c510bb72c7b81eb1fd96df47bdf62817a09fa7
Author: Brian Paul <[email protected]> Date: Mon May 7 07:30:04 2012 -0600 mesa: bump version to 8.1.0 in configs/default --- configs/default | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configs/default b/configs/default index cdaeec8..40fa5e3 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) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
