aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/v5ua/moduleinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/v5ua/moduleinfo.h')
-rw-r--r--plugins/v5ua/moduleinfo.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/v5ua/moduleinfo.h b/plugins/v5ua/moduleinfo.h
new file mode 100644
index 0000000000..bbe667e9cf
--- /dev/null
+++ b/plugins/v5ua/moduleinfo.h
@@ -0,0 +1,16 @@
+/* Included *after* config.h, in order to re-define these macros */
+
+#ifdef PACKAGE
+#undef PACKAGE
+#endif
+
+/* Name of package */
+#define PACKAGE "v5ua"
+
+
+#ifdef VERSION
+#undef VERSION
+#endif
+
+/* Version number of package */
+#define VERSION "0.0.1" \ No newline at end of file