1266072Sdes# ltversion.m4 -- version numbers			-*- Autoconf -*-
2266072Sdes#
3285206Sdes#   Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
4266072Sdes#   Written by Scott James Remnant, 2004
5266072Sdes#
6266072Sdes# This file is free software; the Free Software Foundation gives
7266072Sdes# unlimited permission to copy and/or distribute it, with or without
8266072Sdes# modifications, as long as this notice is preserved.
9266072Sdes
10266072Sdes# @configure_input@
11266072Sdes
12285206Sdes# serial 4179 ltversion.m4
13266072Sdes# This file is part of GNU Libtool
14266072Sdes
15285206Sdesm4_define([LT_PACKAGE_VERSION], [2.4.6])
16285206Sdesm4_define([LT_PACKAGE_REVISION], [2.4.6])
17266072Sdes
18266072SdesAC_DEFUN([LTVERSION_VERSION],
19285206Sdes[macro_version='2.4.6'
20285206Sdesmacro_revision='2.4.6'
21266072Sdes_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
22266072Sdes_LT_DECL(, macro_revision, 0)
23266072Sdes])
24