summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-25 09:54:00 +0200
committerraveit65 <[email protected]>2018-03-25 09:54:00 +0200
commit3dafbd39dc9c34823ab693f740d42f46df8a4301 (patch)
tree07acc7ba9545fa60aaf9d826328ca39af4e70bf6
parent54c0d3ec4836a48be8f0191e6b2927655eea891c (diff)
downloadmate-calc-1.20.1.tar.bz2
mate-calc-1.20.1.tar.xz
release 1.20.1v1.20.1
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
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)