diff options
author | Steve Zesch <[email protected]> | 2012-11-18 16:08:50 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-11-18 16:08:50 -0500 |
commit | 26049d7cc8418f435d47a76fd4409ef38eb69b70 (patch) | |
tree | 24db2ea3a9ec65b3a79f050cbfd502cfd8876218 | |
parent | e8c9900b85acc467ea38d093047e8d169f026e22 (diff) | |
download | engrampa-26049d7cc8418f435d47a76fd4409ef38eb69b70.tar.bz2 engrampa-26049d7cc8418f435d47a76fd4409ef38eb69b70.tar.xz |
Update configure.ac1.4.x
bumped version number to 1.4.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 26f9b39..bf5c46d 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.4.0], [http://www.mate-desktop.org/]) +AC_INIT([engrampa], [1.4.1], [http://www.mate-desktop.org/]) AM_INIT_AUTOMAKE([1.9 foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |