diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### mate-user-guide 1.22.1 + + * update translations + * replace docbook link with xref and fix a linkend attribute (#30) + * Fix version to 1.22 + * help: update copyright + * Upgrade the manual to docbook 5.0 + ### mate-user-guide 1.22.0 * update translations diff --git a/configure.ac b/configure.ac index 2e62da8..123fd94 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-user-guide], [1.22.0], [https://github.com/mate-desktop/mate-user-guide/issues/new]) +AC_INIT([mate-user-guide], [1.22.1], [https://github.com/mate-desktop/mate-user-guide/issues/new]) AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip]) AM_SILENT_RULES([yes]) |