diff options
author | raveit65 <[email protected]> | 2018-06-14 15:20:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-06-14 15:20:27 +0200 |
commit | ea8f6ede2629c3d43800aff529919aaa689d50b6 (patch) | |
tree | 7e22e8735283581626b34646a6e54d7e4e48e784 | |
parent | 2ffd951301084c49fb30a4d6c93ccdcadfdd05a4 (diff) | |
download | mate-calc-ea8f6ede2629c3d43800aff529919aaa689d50b6.tar.bz2 mate-calc-ea8f6ede2629c3d43800aff529919aaa689d50b6.tar.xz |
pre-bump version
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +### mate-calc 1.21.0 + ### mate-calc 1.20.0 * Translations update diff --git a/configure.ac b/configure.ac index 9335965..a724662 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.21.0], [http://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) AC_CONFIG_HEADERS(config.h) |