From fbc159c5d1c53d6e957dde9e27e8d4df40be67d3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 17 Nov 2020 08:42:00 -0500 Subject: 1.33.1 --- NEWS | 9 +++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 89dce56..b0332d5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +GTK-Doc 1.33.1 (Nov 17 2020) +=============== + +Build GObject scanner with asan +Ignore deprecations in the GObject scanner +autotools: Fix distclean support +meson: Use lib/cmake +Translation updates + GTK-Doc 1.33.0 (Oct 1 2020) ============= diff --git a/configure.ac b/configure.ac index c926ad2..155218a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.63]) dnl We're using a two digit number for the releases and dnl a three digit number for the development version -m4_define(gtk_doc_version, 1.33.0) +m4_define(gtk_doc_version, 1.33.1) AC_INIT([gtk-doc],[gtk_doc_version],[https://gitlab.gnome.org/GNOME/gtk-doc/issues],[gtk-doc]) diff --git a/meson.build b/meson.build index b784017..3406e82 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk-doc', 'c', - version: '1.33.0', + version: '1.33.1', license: 'GPL2+', meson_version: '>= 0.50.0', # needed for https://mesonbuild.com/Python-module.html#path ) -- cgit v1.2.1