summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-11-17 08:42:00 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-11-17 08:56:44 -0500
commitfbc159c5d1c53d6e957dde9e27e8d4df40be67d3 (patch)
tree97f6ac26cd9f89166859c5225385696c542cd48e
parent436e6b4e981a40525537caab13315ec85f3ec882 (diff)
downloadgtk-doc-fbc159c5d1c53d6e957dde9e27e8d4df40be67d3.tar.gz
1.33.11.33.1
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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
)