diff --git a/src/hev-config-const.h b/src/hev-config-const.h index 8f4663d..d0716c6 100644 --- a/src/hev-config-const.h +++ b/src/hev-config-const.h @@ -12,7 +12,7 @@ #define MAJOR_VERSION (2) #define MINOR_VERSION (7) -#define MICRO_VERSION (3) +#define MICRO_VERSION (4) static const int UDP_BUF_SIZE = 1500; static const int UDP_POOL_SIZE = 512;