diff options
author | Martin Wimpress <[email protected]> | 2017-03-13 10:49:26 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2017-03-13 10:49:26 +0000 |
commit | efb5cf47e38dd168ee55df0460685268bf73f2d1 (patch) | |
tree | 794959f45682bf34067e8d121262851e6e9353ea | |
parent | c4fdaa6a077fadad738344344252c4fbdff022f9 (diff) | |
download | mate-calc-efb5cf47e38dd168ee55df0460685268bf73f2d1.tar.bz2 mate-calc-efb5cf47e38dd168ee55df0460685268bf73f2d1.tar.xz |
Bump version to 1.18.0v1.18.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -### mate-calc 1.17.0 +### mate-calc 1.18.0 * Add AppData. diff --git a/configure.ac b/configure.ac index 8b917ff..ed5f4c6 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.17.0], [http://mate-desktop.org]) +AC_INIT([mate-calc], [1.18.0], [http://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) AC_CONFIG_HEADERS(config.h) |