diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +### mate-calc 1.28.0 + + * Translations update + * Fix implicit function declarations with libxml2 2.12 + * tx: fix warning in Japanese translations + ### mate-calc 1.27.0 * Translations update diff --git a/configure.ac b/configure.ac index 1762a84..5e1b579 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.62) -AC_INIT([mate-calc], [1.27.0], [https://github.com/mate-desktop/mate-calc/issues], +AC_INIT([mate-calc], [1.28.0], [https://github.com/mate-desktop/mate-calc/issues], [mate-calc], [https://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) diff --git a/meson.build b/meson.build index c17c951..2051229 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mate-calc','c', - version: '1.27.0', + version: '1.28.0', meson_version: '>=0.50.0', license: 'GPLv3+', ) |