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.1 +====== +* Added Mallard 1.1 to supported list for conditionals + 3.32.0 ====== * Updated translations: diff --git a/configure.ac b/configure.ac index f77edae3..90704034 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Do not split AC_INIT across multiple lines without making localbuild.sh smarter -AC_INIT([yelp-xsl],[3.32.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl]) +AC_INIT([yelp-xsl],[3.32.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl]) AC_CONFIG_MACRO_DIR([m4]) |