From 8a489c672b790234712cae4a672f7725b4c9ab73 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 4 Aug 2021 14:15:16 +0200 Subject: release 1.26.0 --- NEWS | 8 ++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 49dc1a7..e5fe9de 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +### mate-calc 1.26.0 + + * Translations update + * Add build support for meson + * integrate unittest into test-mp-equation + * Fix declaration/definition mismatches + * update copyright to 2021 + ### mate-calc 1.25.1 * Translations update diff --git a/configure.ac b/configure.ac index 3b9bc5c..3fa699e 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.25.1], [https://github.com/mate-desktop/mate-calc/issues], +AC_INIT([mate-calc], [1.26.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 d7fa021..86fd5ce 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mate-calc','c', - version: '1.25.1', + version: '1.26.0', meson_version: '>=0.50.0', license: 'GPLv3+', ) -- cgit v1.2.1