summaryrefslogtreecommitdiff
path: root/mcast/common/version.h
diff options
context:
space:
mode:
authorLars Heer <l.heer@gmx.de>2013-09-18 05:50:03 +0200
committerLars Heer <l.heer@gmx.de>2013-09-18 05:50:03 +0200
commitccf6e0f9c6b0481ed13e0f4794e3fbead750f385 (patch)
treeed86efb54f7ee41edfba5c89ca519b5fd10aa0d5 /mcast/common/version.h
downloadvdr-plugin-mcli-ccf6e0f9c6b0481ed13e0f4794e3fbead750f385.tar.gz
vdr-plugin-mcli-ccf6e0f9c6b0481ed13e0f4794e3fbead750f385.tar.bz2
added vdr-plugin-mcli-0.0.1+svn20120927
Diffstat (limited to 'mcast/common/version.h')
-rw-r--r--mcast/common/version.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/mcast/common/version.h b/mcast/common/version.h
new file mode 100644
index 0000000..e7aea47
--- /dev/null
+++ b/mcast/common/version.h
@@ -0,0 +1,18 @@
+/*
+ * (c) BayCom GmbH, http://www.baycom.de, info@baycom.de
+ *
+ * See the COPYING file for copyright information and
+ * how to reach the author.
+ *
+ */
+
+#ifdef P2P
+ #define MCLI_P2PSTR "-P2P"
+#else
+ #define MCLI_P2PSTR ""
+#endif
+#define MCLI_APP_VERSION "0.99.33"MCLI_P2PSTR
+#define MCLI_COMPILED __DATE__" "__TIME__
+#define MCLI_VERSION_STR MCLI_APP_VERSION" ("MCLI_COMPILED")"
+#define MCLI_MAGIC 0xDEADBEEF
+#define MCLI_VERSION 0x14