mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
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:
parent
e4977f614f
commit
d39c6cd29b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user