From ca7becd3445942f96fa2742863c1b13083ee447a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 7 Sep 2017 10:35:31 +0200 Subject: [PATCH] mesalib: Update version from 17.1.7 to 17.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes [1]: > Mesa 17.1.8 Release Notes / August 28, 2017 > > […] > > ### Bug fixes ### > > * Bug 101910 - [BYT] ES31-CTS.functional.copy_image.non_compressed.viewclass_96_bits.rgb32f_rgb32f > * Bug 102308 - segfault in glCompressedTextureSubImage3D > > […] [1] https://www.mesa3d.org/relnotes/17.1.8.html --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index ec6521fb6..203ecd7b9 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-17.1.7-0 +# BEE_VERSION mesalib-17.1.8-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)