diff --git a/src/hev-config-const.h b/src/hev-config-const.h index 2502dd2..88ef52c 100644 --- a/src/hev-config-const.h +++ b/src/hev-config-const.h @@ -11,8 +11,8 @@ #define __HEV_CONFIG_CONST_H__ #define MAJOR_VERSION (2) -#define MINOR_VERSION (5) -#define MICRO_VERSION (3) +#define MINOR_VERSION (6) +#define MICRO_VERSION (0) static const int UDP_BUF_SIZE = 1500; static const int UDP_POOL_SIZE = 512;