summaryrefslogtreecommitdiff
path: root/mcast/common/.svn/text-base/version.h.svn-base
diff options
context:
space:
mode:
Diffstat (limited to 'mcast/common/.svn/text-base/version.h.svn-base')
-rw-r--r--mcast/common/.svn/text-base/version.h.svn-base18
1 files changed, 0 insertions, 18 deletions
diff --git a/mcast/common/.svn/text-base/version.h.svn-base b/mcast/common/.svn/text-base/version.h.svn-base
deleted file mode 100644
index e7aea47..0000000
--- a/mcast/common/.svn/text-base/version.h.svn-base
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * (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