summaryrefslogtreecommitdiff
path: root/Build/source/m4/ltversion.m4
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-01-20 08:38:39 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-01-20 08:38:39 +0000
commit691c7f2a79c195ab5ab1b169bc42a13270836db1 (patch)
tree04d12a58fa2d50b6c79ae370a4f9dd543bd23acd /Build/source/m4/ltversion.m4
parent75b15ec172ebb38f1a96c211117f0787aa672078 (diff)
libtool 2.4.5
git-svn-id: svn://tug.org/texlive/trunk@36101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4/ltversion.m4')
-rw-r--r--Build/source/m4/ltversion.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/m4/ltversion.m4 b/Build/source/m4/ltversion.m4
index cb6da687ba6..a4c5ed433af 100644
--- a/Build/source/m4/ltversion.m4
+++ b/Build/source/m4/ltversion.m4
@@ -1,6 +1,6 @@
# ltversion.m4 -- version numbers -*- Autoconf -*-
#
-# Copyright (C) 2004, 2011-2014 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
# Written by Scott James Remnant, 2004
#
# This file is free software; the Free Software Foundation gives
@@ -9,15 +9,15 @@
# @configure_input@
-# serial 4151 ltversion.m4
+# serial 4171 ltversion.m4
# This file is part of GNU Libtool
-m4_define([LT_PACKAGE_VERSION], [2.4.4])
-m4_define([LT_PACKAGE_REVISION], [2.4.4])
+m4_define([LT_PACKAGE_VERSION], [2.4.5])
+m4_define([LT_PACKAGE_REVISION], [2.4.5])
AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.4.4'
-macro_revision='2.4.4'
+[macro_version='2.4.5'
+macro_revision='2.4.5'
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
_LT_DECL(, macro_revision, 0)
])