aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda/moduleinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/irda/moduleinfo.h')
-rw-r--r--plugins/irda/moduleinfo.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/irda/moduleinfo.h b/plugins/irda/moduleinfo.h
new file mode 100644
index 0000000000..afd198ef94
--- /dev/null
+++ b/plugins/irda/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 "irda"
+
+
+#ifdef VERSION
+#undef VERSION
+#endif
+
+/* Version number of package */
+#define VERSION "0.0.5"