diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-28 11:17:06 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-28 11:17:06 +0100 |
commit | 686ef72ea7b93f38623a3978a9bccb879b8565b4 (patch) | |
tree | fd022a126ddd1624480d786f7e569fd4658c707b /configure.ac | |
parent | a155efb1925f82dadb4f67f7e86aee9712f57d3a (diff) | |
download | mate-calc-686ef72ea7b93f38623a3978a9bccb879b8565b4.tar.bz2 mate-calc-686ef72ea7b93f38623a3978a9bccb879b8565b4.tar.xz |
Bump version to 1.7.0
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 d507db3..fc781d7 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.6.0], [http://mate-desktop.org]) +AC_INIT([mate-calc], [1.7.0], [http://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz]) AC_CONFIG_HEADERS(config.h) |