From cbbff8857e49c5e4615e2f8e21dd18cc6317c252 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 24 Jun 2021 14:30:32 -0700 Subject: glu 9.0.2 --- configure.ac | 4 ++-- meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index e4555d6..14150f0 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/meson.build b/meson.build index c84dfc0..cffa7f8 100644 --- a/meson.build +++ b/meson.build @@ -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'] -- cgit v1.2.1