aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp/moduleinfo.h
diff options
context:
space:
mode:
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"
+