浏览代码

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 <[email protected]>
Michael Pratt 2 年之前
父节点
当前提交
d39c6cd29b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/missing-macros/src/bin/makeinfo

+ 1 - 1
tools/missing-macros/src/bin/makeinfo

@@ -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;
 }