summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
)