summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2019-08-15 21:15:05 +0200
committerStefan Sauer <ensonic@users.sf.net>2019-08-15 21:15:05 +0200
commit8ec38b91f2f5d08c4153d61cabdd586c08db23cb (patch)
tree29ae6907a7eb5335755a60da06aadf7416c981c4
parent7fce5688c973fca10951bfdbeab9acca034aa095 (diff)
downloadgtk-doc-8ec38b91f2f5d08c4153d61cabdd586c08db23cb.tar.gz
release: bump versions and back to development
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--help/manual/C/index.docbook6
-rw-r--r--meson.build2
4 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 55aa6cc..9778c7e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+GTK-Doc 1.32.1 (Aug 15 2019)
+===============
+
+Dev version
+
GTK-Doc 1.32 (Aug 15 2019)
===============
diff --git a/configure.ac b/configure.ac
index 975f843..96515a4 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.32)
+m4_define(gtk_doc_version, 1.32.1)
AC_INIT([gtk-doc],[gtk_doc_version],[https://gitlab.gnome.org/GNOME/gtk-doc/issues],[gtk-doc])
diff --git a/help/manual/C/index.docbook b/help/manual/C/index.docbook
index 6b1407e..36b51fe 100644
--- a/help/manual/C/index.docbook
+++ b/help/manual/C/index.docbook
@@ -81,6 +81,12 @@
<revhistory>
<revision>
+ <revnumber>1.32.1</revnumber>
+ <date>15 Aug 2019</date>
+ <authorinitials>ss</authorinitials>
+ <revremark>dev version</revremark>
+ </revision>
+ <revision>
<revnumber>1.32</revnumber>
<date>15 Aug 2019</date>
<authorinitials>ss</authorinitials>
diff --git a/meson.build b/meson.build
index 499948a..193c452 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtk-doc', 'c',
- version: '1.32',
+ version: '1.32.1',
license: 'GPL2+',
meson_version: '>= 0.50.0', # needed for https://mesonbuild.com/Python-module.html#path
)