From f3444ed0f9c1d6e48b4b383afdd2b9fca9a8966c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Fri, 15 Dec 2017 00:49:31 +0000 Subject: plugins: Remove moduleinfo.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Micro version bump for mate to homogenize it between CMake and autotools. The cmake macro doesn't handle the "a" suffix and it doesn't seem worth implementing. Change-Id: Ib022c6aa170623b83a9700e4fa098c60a9cddfab Reviewed-on: https://code.wireshark.org/review/24847 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- docbook/wsdg_src/WSDG_chapter_dissection.asciidoc | 2 -- 1 file changed, 2 deletions(-) (limited to 'docbook/wsdg_src') diff --git a/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc b/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc index 5e40c5fff4..0070bbc59b 100644 --- a/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc +++ b/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc @@ -174,8 +174,6 @@ are required, besides the dissector source in 'packet-foo.c': * 'CMakeLists.txt' - Contains the CMake file and version info for this plugin. -* 'moduleinfo.h' - Contains plugin version information. - * 'packet-foo.c' - Your dissector source. * 'plugin.rc.in' - Contains the DLL resource template for Windows. (optional) -- cgit v1.2.3