Skip to content

Commit

Permalink
Updated Version information to match 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed May 16, 2024
1 parent 2beadb7 commit a6c8dfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
5 changes: 4 additions & 1 deletion headers/bytecode_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

/**
Expand Down

0 comments on commit a6c8dfc

Please sign in to comment.