diff --git a/src/main.h b/src/main.h index f7c8226..03c3af1 100644 --- a/src/main.h +++ b/src/main.h @@ -1,4 +1,4 @@ -// +// // main.h // xlxd // @@ -48,8 +48,8 @@ // version ----------------------------------------------------- #define VERSION_MAJOR 2 -#define VERSION_MINOR 3 -#define VERSION_REVISION 5 +#define VERSION_MINOR 4 +#define VERSION_REVISION 0 // global ------------------------------------------------------ @@ -57,12 +57,13 @@ #define JSON_MONITOR // debug ------------------------------------------------------- + //#define DEBUG_NO_ERROR_ON_XML_OPEN_FAIL //#define DEBUG_DUMPFILE // reflector --------------------------------------------------- -#define NB_OF_MODULES 10 +#define NB_OF_MODULES 10 //#define NB_OF_MODULES NB_MODULES_MAX // protocols ---------------------------------------------------