diff --git a/CMakeLists.txt b/CMakeLists.txt index e4494be03b..50e8725671 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ string(TIMESTAMP TODAY "%Y%m%d") set(VERSION_SUFFIX "") project( ClamAV - VERSION "1.2.2" + VERSION "1.2.3" DESCRIPTION "ClamAV open source email, web, and end-point anti-virus toolkit." ) set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) diff --git a/Jenkinsfile b/Jenkinsfile index 0b15b74320..a36a6df545 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ properties( parameters( [ string(name: 'VERSION', - defaultValue: '1.2.2', + defaultValue: '1.2.3', description: 'ClamAV version string'), string(name: 'FRAMEWORK_BRANCH', defaultValue: '1.2', diff --git a/NEWS.md b/NEWS.md index 810e5935e0..ed23135a3f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,10 @@ Note: This file refers to the official packages. Things described here may differ slightly from third-party binary packages. +## 1.2.3 + +ClamAV 1.2.3 is a critical patch release with the following fix: + ## 1.2.2 ClamAV 1.2.2 is a critical patch release with the following fix: diff --git a/libclamav/bytecode_api.h b/libclamav/bytecode_api.h index cc06b0051d..4f357d2e2b 100644 --- a/libclamav/bytecode_api.h +++ b/libclamav/bytecode_api.h @@ -173,6 +173,7 @@ enum FunctionalityLevels { FUNC_LEVEL_1_2 = 190, /**< LibClamAV release 1.2.0 */ FUNC_LEVEL_1_2_1 = 191, /**< LibClamAV release 1.2.1 */ FUNC_LEVEL_1_2_2 = 192, /**< LibClamAV release 1.2.2 */ + FUNC_LEVEL_1_2_3 = 193, /**< LibClamAV release 1.2.3 */ }; /** diff --git a/libclamav/others.h b/libclamav/others.h index 541d3a92d5..78af98a862 100644 --- a/libclamav/others.h +++ b/libclamav/others.h @@ -73,7 +73,7 @@ * in re-enabling affected modules. */ -#define CL_FLEVEL 192 +#define CL_FLEVEL 193 #define CL_FLEVEL_DCONF CL_FLEVEL #define CL_FLEVEL_SIGTOOL CL_FLEVEL