diff options
Diffstat (limited to 'tools/octoclock-dissector/moduleinfo.h')
-rw-r--r-- | tools/octoclock-dissector/moduleinfo.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/octoclock-dissector/moduleinfo.h b/tools/octoclock-dissector/moduleinfo.h new file mode 100644 index 000000000..494d0a922 --- /dev/null +++ b/tools/octoclock-dissector/moduleinfo.h @@ -0,0 +1,9 @@ +#ifdef PACKAGE +#undef PACKAGE +#endif +#define PACKAGE "octo" +#ifdef VERSION +#undef VERSION +#endif +#define VERSION "0.0.0.1" + |