diff options
author | raveit65 <[email protected]> | 2018-12-18 13:22:16 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-19 13:00:23 +0100 |
commit | 5bb5eebacbba5eae92ba53455b30c16d8a4d7490 (patch) | |
tree | 53110e2d3bff4b6c158e48beae719c9eb0574405 | |
parent | 0576c7c71ff2982e3db6293a8900eef2eb35f7c1 (diff) | |
download | mate-calc-5bb5eebacbba5eae92ba53455b30c16d8a4d7490.tar.bz2 mate-calc-5bb5eebacbba5eae92ba53455b30c16d8a4d7490.tar.xz |
release 1.20.3v1.20.3
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +### mate-calc 1.20.3 + + * Translations update + * data: update appdata directory + * Use make functions for HELP_LINGUAS + * Write equation using MathML + * Fix application name + * Fix repeated words + * tx: add help for user-guide to transifex config + * Copy equation as ASCII text + ### mate-calc 1.20.2 * Translations update diff --git a/configure.ac b/configure.ac index f5b53d3..b3979de 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.2], [http://mate-desktop.org]) +AC_INIT([mate-calc], [1.20.3], [http://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) AC_CONFIG_HEADERS(config.h) |