diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-02 02:51:19 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-02 02:51:19 +0100 |
commit | b0f46dfc4fbaf11dc83e4720e79eb2c3272660fb (patch) | |
tree | 82783d18b992505f3d60669663b229a80b0baeb1 /configure.ac | |
parent | 87bc126098331513774837ab77e2332f79f3332c (diff) | |
download | engrampa-b0f46dfc4fbaf11dc83e4720e79eb2c3272660fb.tar.bz2 engrampa-b0f46dfc4fbaf11dc83e4720e79eb2c3272660fb.tar.xz |
release 1.12.0v1.12.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 2797033..cfaf4ee 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.11.0], [http://www.mate-desktop.org/]) +AC_INIT([engrampa], [1.12.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])]) |