diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +3.32.2 +====== +* yelp-build: Fix spurious warning about missing stack files + 3.32.1 ====== * yelp-check: Fix validation for DocBook 5 with https redirects diff --git a/configure.ac b/configure.ac index b8169e6..afc90be 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([yelp-tools], [3.32.1], +AC_INIT([yelp-tools], [3.32.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools]) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2]) |