diff options
author | Steve Zesch <[email protected]> | 2012-11-18 16:13:08 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-11-18 16:13:08 -0500 |
commit | cee6f9ff77c3c54f5524a7e725183e93e32a8ada (patch) | |
tree | 16f1e299dbfd2f00ec004c75d46e70bbdea9904d /configure.ac | |
parent | 8809c96c6d4d965b3fb5191ee462f0d2d363f867 (diff) | |
download | engrampa-cee6f9ff77c3c54f5524a7e725183e93e32a8ada.tar.bz2 engrampa-cee6f9ff77c3c54f5524a7e725183e93e32a8ada.tar.xz |
Preparing for 1.5.1 release.mate-file-archiver-1.5.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 da98c8c..2174a45 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.5.0], [http://www.mate-desktop.org/]) +AC_INIT([engrampa], [1.5.1], [http://www.mate-desktop.org/]) AM_INIT_AUTOMAKE([1.9 foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |