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 /configure.ac | |
parent | 2ffd951301084c49fb30a4d6c93ccdcadfdd05a4 (diff) | |
download | mate-calc-ea8f6ede2629c3d43800aff529919aaa689d50b6.tar.bz2 mate-calc-ea8f6ede2629c3d43800aff529919aaa689d50b6.tar.xz |
pre-bump version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |