diff options
author | Stefano Karapetsas <[email protected]> | 2015-05-05 11:31:13 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-05-05 11:31:13 +0200 |
commit | 216022509f429ab57f51fe9bcca5fdd09095bde8 (patch) | |
tree | 09a8d9308f41f04a8422c686107e22555035230d /configure.ac | |
parent | 5c826ab18ad0fd87c61597dd3ce70f937040c363 (diff) | |
download | engrampa-216022509f429ab57f51fe9bcca5fdd09095bde8.tar.bz2 engrampa-216022509f429ab57f51fe9bcca5fdd09095bde8.tar.xz |
Bump version to 1.10.0engrampa-1.10.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 33373d5..87e4ff7 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.9.90], [http://www.mate-desktop.org/]) +AC_INIT([engrampa], [1.10.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])]) |