diff options
author | raveit65 <[email protected]> | 2018-03-25 09:54:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-25 09:54:00 +0200 |
commit | 3dafbd39dc9c34823ab693f740d42f46df8a4301 (patch) | |
tree | 07acc7ba9545fa60aaf9d826328ca39af4e70bf6 | |
parent | 54c0d3ec4836a48be8f0191e6b2927655eea891c (diff) | |
download | mate-calc-3dafbd39dc9c34823ab693f740d42f46df8a4301.tar.bz2 mate-calc-3dafbd39dc9c34823ab693f740d42f46df8a4301.tar.xz |
release 1.20.1v1.20.1
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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) |