glu 9.0.2

This commit is contained in:
Matt Turner
2021-06-24 14:30:32 -07:00
parent fd96664b2a
commit cbbff8857e
2 changed files with 3 additions and 3 deletions

View File

@@ -21,8 +21,8 @@
AC_PREREQ([2.60])
AC_INIT([glu],
[9.0.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa&component=GLU])
[9.0.2],
[https://gitlab.freedesktop.org/mesa/glu/issues])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CANONICAL_HOST

View File

@@ -4,7 +4,7 @@
project(
'glu',
['c', 'cpp'],
version : '9.0.1',
version : '9.0.2',
meson_version : '>= 0.52.0',
license : 'SGI-B-1.1 AND SGI-B-2.0 AND MIT',
default_options : ['default_library=both', 'b_ndebug=if-release']