172af6995Smrg# ltversion.m4 -- version numbers			-*- Autoconf -*-
272af6995Smrg#
3a773ec55Smrg#   Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation,
4a773ec55Smrg#   Inc.
572af6995Smrg#   Written by Scott James Remnant, 2004
672af6995Smrg#
772af6995Smrg# This file is free software; the Free Software Foundation gives
872af6995Smrg# unlimited permission to copy and/or distribute it, with or without
972af6995Smrg# modifications, as long as this notice is preserved.
1072af6995Smrg
1172af6995Smrg# @configure_input@
1272af6995Smrg
13a773ec55Smrg# serial 4245 ltversion.m4
1472af6995Smrg# This file is part of GNU Libtool
1572af6995Smrg
16a773ec55Smrgm4_define([LT_PACKAGE_VERSION], [2.4.7])
17a773ec55Smrgm4_define([LT_PACKAGE_REVISION], [2.4.7])
1872af6995Smrg
1972af6995SmrgAC_DEFUN([LTVERSION_VERSION],
20a773ec55Smrg[macro_version='2.4.7'
21a773ec55Smrgmacro_revision='2.4.7'
2272af6995Smrg_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2372af6995Smrg_LT_DECL(, macro_revision, 0)
2472af6995Smrg])
25