10c674dbdSmrg# ltversion.m4 -- version numbers			-*- Autoconf -*-
20c674dbdSmrg#
30c674dbdSmrg#   Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation,
40c674dbdSmrg#   Inc.
50c674dbdSmrg#   Written by Scott James Remnant, 2004
60c674dbdSmrg#
70c674dbdSmrg# This file is free software; the Free Software Foundation gives
80c674dbdSmrg# unlimited permission to copy and/or distribute it, with or without
90c674dbdSmrg# modifications, as long as this notice is preserved.
100c674dbdSmrg
110c674dbdSmrg# @configure_input@
120c674dbdSmrg
130c674dbdSmrg# serial 4245 ltversion.m4
140c674dbdSmrg# This file is part of GNU Libtool
150c674dbdSmrg
160c674dbdSmrgm4_define([LT_PACKAGE_VERSION], [2.4.7])
170c674dbdSmrgm4_define([LT_PACKAGE_REVISION], [2.4.7])
180c674dbdSmrg
190c674dbdSmrgAC_DEFUN([LTVERSION_VERSION],
200c674dbdSmrg[macro_version='2.4.7'
210c674dbdSmrgmacro_revision='2.4.7'
220c674dbdSmrg_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
230c674dbdSmrg_LT_DECL(, macro_revision, 0)
240c674dbdSmrg])
25