diff options
author | Simon McVittie <smcv@debian.org> | 2012-02-13 17:07:34 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2012-02-13 17:07:34 +0000 |
commit | 98be3a46b56fce359d22db4d84d48e75aec9a009 (patch) | |
tree | 0660017112bacdd18aa584877e46f54867cf8a95 /m4/ltversion.m4 | |
parent | 5c56c903340521d9ad6fec85786b3666b8e30b37 (diff) | |
download | dbus-98be3a46b56fce359d22db4d84d48e75aec9a009.tar.gz |
Imported Upstream version 1.4.18upstream/1.4.18
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r-- | m4/ltversion.m4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 index 9c7b5d41..07a8602d 100644 --- a/m4/ltversion.m4 +++ b/m4/ltversion.m4 @@ -9,15 +9,15 @@ # @configure_input@ -# serial 3293 ltversion.m4 +# serial 3337 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.4]) -m4_define([LT_PACKAGE_REVISION], [1.3293]) +m4_define([LT_PACKAGE_VERSION], [2.4.2]) +m4_define([LT_PACKAGE_REVISION], [1.3337]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.4' -macro_revision='1.3293' +[macro_version='2.4.2' +macro_revision='1.3337' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) |