diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 5 deletions
@@ -1,9 +1,12 @@ +### mate-user-guide 1.27.1 + + * update translations + * fix warnings in de, es, fr, id, it, ja, ko, pl, sl, sr and sv translations + * build warning: AC_OUTPUT should be used without arguments + ### mate-user-guide 1.27.0 - * tx: sync with transifex - * tx: update resource - * tx: migrate config file - * tx: update resource + * update translations * goscustdesk: fix typos reported by translators * goscaja: fix typos reported by translator diff --git a/configure.ac b/configure.ac index 8f555ca..12364a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-user-guide], [1.27.0], [https://github.com/mate-desktop/mate-user-guide/issues/new]) +AC_INIT([mate-user-guide], [1.27.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]) |