summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2019-08-05 16:00:21 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-08-05 16:00:21 -0500
commitc268fa535424d193953487c694e2a8f770d3255f (patch)
treeec6dd81ee3a9f8fa668f22c1ba651105efddb908
parent6597b4c1be1c6e3a4e1a5e5ecf4f1fb3341ee779 (diff)
downloadgtk-doc-c268fa535424d193953487c694e2a8f770d3255f.tar.gz
Prepare 1.31GTK_DOC_1_31
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1d3552f..83ef24c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-GTK-Doc 1.30.1 ()
+GTK-Doc 1.31 (Aug 5 2019)
===============
-Development
+Nonmaintainer release to fix "Wrong permissions for style CSS file" (#84)
GTK-Doc 1.30 (May 08 2019)
===============
diff --git a/configure.ac b/configure.ac
index 69c1597..a7953c7 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.30.1)
+m4_define(gtk_doc_version, 1.31)
AC_INIT([gtk-doc],[gtk_doc_version],[https://gitlab.gnome.org/GNOME/gtk-doc/issues],[gtk-doc])