aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp/moduleinfo.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-04-22 20:26:16 +0000
committerGuy Harris <guy@alum.mit.edu>2006-04-22 20:26:16 +0000
commit51996714412f966065f1d53504680035d9924c64 (patch)
tree8f213a0cf3c74ecdae8926dd76b6826363541a3a /plugins/mgcp/moduleinfo.h
parentec5efe737034e83e668edcbc22a22148860cf449 (diff)
Convert most other plugin dissectors to use the make-dissector-reg
scripts. svn path=/trunk/; revision=17961
Diffstat (limited to 'plugins/mgcp/moduleinfo.h')
-rw-r--r--plugins/mgcp/moduleinfo.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/mgcp/moduleinfo.h b/plugins/mgcp/moduleinfo.h
new file mode 100644
index 0000000000..b026e28341
--- /dev/null
+++ b/plugins/mgcp/moduleinfo.h
@@ -0,0 +1,17 @@
+/* Included *after* config.h, in order to re-define these macros */
+
+#ifdef PACKAGE
+#undef PACKAGE
+#endif
+
+/* Name of package */
+#define PACKAGE "mgcp"
+
+
+#ifdef VERSION
+#undef VERSION
+#endif
+
+/* Version number of package */
+#define VERSION "0.0.10"
+