tools/missing-macros: bump version of makeinfo alternative script

Some new releases of GNU tools are checking for a higher version
of makeinfo than what our scripted alternative shows
when working with checked-out sources instead of releases.

Since this is a "fake" makeinfo we can also just fake the version.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
This commit is contained in:
Michael Pratt 2023-03-23 03:42:04 -04:00 committed by Christian Marangi
parent e4977f614f
commit d39c6cd29b
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Getopt::Long::GetOptions(
if ($version)
{
print "makeinfo (OpenWrt stub) 4.13\n";
print "makeinfo (OpenWrt stub) 9.99\n";
exit 0;
}