diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-09 11:53:06 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-09 11:53:06 +0100 |
commit | e9aa158d9de60c02eee493b93712e4f6ce78e7d0 (patch) | |
tree | f586fe95622b8e82712573b565ff463ca68c77a0 /configure.ac | |
parent | 73b9047c8d221558fa3bd3ed0f6a17d76fe84910 (diff) | |
download | mate-netbook-e9aa158d9de60c02eee493b93712e4f6ce78e7d0.tar.bz2 mate-netbook-e9aa158d9de60c02eee493b93712e4f6ce78e7d0.tar.xz |
Bump version to 1.7.0mate-netbook-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 88675c2..0cb4109 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(mate-netbook, 1.6.0, []) +AC_INIT(mate-netbook, 1.7.0, []) AM_INIT_AUTOMAKE([1.9 foreign tar-ustar no-dist-gzip dist-xz]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR(maximus/main.c) |