From a6c8dfc82ceed24bc3eedf63312a55f9f341e6bd Mon Sep 17 00:00:00 2001 From: Andy Ragusa Date: Thu, 16 May 2024 14:00:42 -0700 Subject: [PATCH] Updated Version information to match 1.4 --- CMakeLists.txt | 2 +- headers/bytecode_api.h | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4821aa878e..58092896ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ string(TIMESTAMP TODAY "%Y%m%d") set(VERSION_SUFFIX "") project( ClamBCC - VERSION "1.3.0" + VERSION "1.4.0" DESCRIPTION "ClamAV Bytecode Compiler." ) set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) diff --git a/headers/bytecode_api.h b/headers/bytecode_api.h index 04cdf7da2d..4f78bd2a5a 100644 --- a/headers/bytecode_api.h +++ b/headers/bytecode_api.h @@ -172,7 +172,10 @@ enum FunctionalityLevels { FUNC_LEVEL_1_2 = 190, /**< LibClamAV release 1.2.0 */ - FUNC_LEVEL_1_3 = 200, /**< LibClamAV release 1.3.0 */ + FUNC_LEVEL_1_3 = 200, /**< LibClamAV release 1.3.0 */ + FUNC_LEVEL_1_3_1 = 201, /**< LibClamAV release 1.3.1 */ + + FUNC_LEVEL_1_4 = 210, /**< LibClamAV release 1.4.0 */ }; /**