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