diff options
author | Martin Wimpress <[email protected]> | 2017-03-13 13:38:14 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2017-03-13 13:38:14 +0000 |
commit | 48ddcc7aa514c6a25d66fcddea8063187840b0ad (patch) | |
tree | 9ef7d7ffbd78cc6ed00f94003bdf8aed1f712f18 /configure.ac | |
parent | 0e2f063671833ab77bb2f4c28945c1a5105cfeab (diff) | |
download | engrampa-48ddcc7aa514c6a25d66fcddea8063187840b0ad.tar.bz2 engrampa-48ddcc7aa514c6a25d66fcddea8063187840b0ad.tar.xz |
Bump version to 1.18.0v1.18.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 c557b71..87dc81f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([engrampa], [1.17.0], [http://www.mate-desktop.org/]) +AC_INIT([engrampa], [1.18.0], [http://www.mate-desktop.org/]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |