summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2024-02-14 16:21:50 +0100
committerraveit65 <[email protected]>2024-02-14 16:21:50 +0100
commit6d146a7d1f21e3ee9baff915c494810f6e777e3f (patch)
treec2b67892f09c6ba254457adb476d4012fed2a485
parentdf0f91248a99786414d83fe905b168024da7a8da (diff)
downloadmate-calc-6d146a7d1f21e3ee9baff915c494810f6e777e3f.tar.bz2
mate-calc-6d146a7d1f21e3ee9baff915c494810f6e777e3f.tar.xz
release 1.28.0v1.28.0
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3cc1827..840273c 100644
--- a/NEWS
+++ b/NEWS
@@ -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+',
)