diff options
author | infirit <[email protected]> | 2014-02-10 00:42:05 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-10 00:42:05 +0100 |
commit | 9c17d94043bde4dbe6831648792cf508a54813f4 (patch) | |
tree | de8cdeda61b1cfb388f762803af6259bee4ae83d /configure.ac | |
parent | 705ad0c6130fdde1369e79d6037c0044208df50a (diff) | |
download | mate-calc-9c17d94043bde4dbe6831648792cf508a54813f4.tar.bz2 mate-calc-9c17d94043bde4dbe6831648792cf508a54813f4.tar.xz |
Bump version to 1.7.1mate-calc-1.7.1
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 fc781d7..67008eb 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.7.0], [http://mate-desktop.org]) +AC_INIT([mate-calc], [1.7.1], [http://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz]) AC_CONFIG_HEADERS(config.h) |