From 3dafbd39dc9c34823ab693f740d42f46df8a4301 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 25 Mar 2018 09:54:00 +0200 Subject: release 1.20.1 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f02f216..86ad279 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +### mate-calc 1.20.1 + + * math-preferences: add window icon to Preferences dialog + * Init gtk before math_equation_new + ### mate-calc 1.20.0 * Translations update diff --git a/configure.ac b/configure.ac index 9335965..5c6bac4 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.20.0], [http://mate-desktop.org]) +AC_INIT([mate-calc], [1.20.1], [http://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) AC_CONFIG_HEADERS(config.h) -- cgit v1.2.1