diff options
author | monsta <[email protected]> | 2017-10-25 13:41:03 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-25 13:41:03 +0300 |
commit | 84bfd72807a1f00973ea65cdad90a3bd4f9f1be0 (patch) | |
tree | fcc4789eb42de4dbcaefd2f7944753024ba117ac | |
parent | e92145d0d8f9c03e85d765fa8390e1b03c0e47fc (diff) | |
download | mate-calc-84bfd72807a1f00973ea65cdad90a3bd4f9f1be0.tar.bz2 mate-calc-84bfd72807a1f00973ea65cdad90a3bd4f9f1be0.tar.xz |
release 1.18.1v1.18.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.18.1 + + * Update copyright year to 2017 + * Translations update + ### mate-calc 1.18.0 * Add AppData. diff --git a/configure.ac b/configure.ac index a86c3af..7f0b1eb 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.18.0], [http://mate-desktop.org]) +AC_INIT([mate-calc], [1.18.1], [http://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) AC_CONFIG_HEADERS(config.h) |