diff --git a/CMakeLists.txt b/CMakeLists.txt index f27d65ac0..5bc448878 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ cmake_policy(SET CMP0087 NEW) # support generator expressions in install(CODE) a # For release candidate: set(VERSION_SUFFIX "-rc") # For release: set(VERSION_SUFFIX "") string(TIMESTAMP TODAY "%Y%m%d") -set(VERSION_SUFFIX "-devel-${TODAY}") +set(VERSION_SUFFIX "-beta") project( ClamAV VERSION "1.5.0" diff --git a/libclamav/others.h b/libclamav/others.h index 4ebd16336..af359be08 100644 --- a/libclamav/others.h +++ b/libclamav/others.h @@ -69,7 +69,7 @@ * in re-enabling affected modules. */ -#define CL_FLEVEL 220 +#define CL_FLEVEL 230 #define CL_FLEVEL_DCONF CL_FLEVEL #define CL_FLEVEL_SIGTOOL CL_FLEVEL