summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-10-01 14:56:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-10-01 14:56:18 -0400
commit9ed9350cd96b9e6ec0a4d30f88933e448eb33f98 (patch)
tree8e798085c0da8f59f6e1c95a34d48480955b85ed
parent531cc0d10983f412adb0539c01be0150152ffe90 (diff)
downloadgtk-doc-for-gtk4.tar.gz
Updates for 1.33gtk-doc-for-gtk4
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 41b80f9..dc665ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+GTK-Doc 1.33 (Oct 1 2020)
+=============
+
+Support documenting GTK actions
+Recognize GDK_DECLARE_ macros
+Better table styling in html output
+Use plain C types for basic types
+Make builds more reproducible
+Translation updates
+
GTK-Doc 1.32.1 (Aug 15 2019)
===============
diff --git a/meson.build b/meson.build
index 0345989..ba3e179 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtk-doc', 'c',
- version: '1.32.1',
+ version: '1.33.0',
license: 'GPL2+',
meson_version: '>= 0.50.0', # needed for https://mesonbuild.com/Python-module.html#path
)