diff --git a/server/include/config.h b/server/include/config.h index 36fe004a4..1e10130b1 100644 --- a/server/include/config.h +++ b/server/include/config.h @@ -18,10 +18,10 @@ #endif /** The version number of the s2ss server */ -#define VERSION "v0.4-" _GIT_REV +#define VERSION "v0.5-" _GIT_REV /** Maximum number of float values in a message */ -#define MAX_VALUES 16 +#define MAX_VALUES 64 /** Maximum number of messages in the circular history buffer */ #define DEFAULT_POOLSIZE 32