diff --git a/headers/bcfeatures.h b/headers/bcfeatures.h index 96883abcde..86b5879a6c 100644 --- a/headers/bcfeatures.h +++ b/headers/bcfeatures.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved. + * Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Copyright (C) 2009-2013 Sourcefire, Inc. * Authors: Török Edvin diff --git a/headers/bytecode_api.h b/headers/bytecode_api.h index ea0e354473..5f4f1b4e0b 100644 --- a/headers/bytecode_api.h +++ b/headers/bytecode_api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved. + * Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Copyright (C) 2009-2013 Sourcefire, Inc. * Authors: Török Edvin, Kevin Lin @@ -152,13 +152,27 @@ enum FunctionalityLevels { FUNC_LEVEL_0103_4 = 125, /**< LibClamAV release 0.103.4 */ FUNC_LEVEL_0103_5 = 126, /**< LibClamAV release 0.103.5 */ FUNC_LEVEL_0103_6 = 127, /**< LibClamAV release 0.103.6 */ + FUNC_LEVEL_0103_7 = 128, /**< LibClamAV release 0.103.7 */ + FUNC_LEVEL_0103_8 = 129, /**< LibClamAV release 0.103.8 */ FUNC_LEVEL_0104 = 140, /**< LibClamAV release 0.104.0 */ FUNC_LEVEL_0104_1 = 141, /**< LibClamAV release 0.104.1 */ FUNC_LEVEL_0104_2 = 142, /**< LibClamAV release 0.104.2 */ FUNC_LEVEL_0104_3 = 143, /**< LibClamAV release 0.104.3 */ + FUNC_LEVEL_0104_4 = 144, /**< LibClamAV release 0.104.4 */ - FUNC_LEVEL_0105 = 150, /**< LibClamAV release 0.105.0 */ + FUNC_LEVEL_0105 = 150, /**< LibClamAV release 0.105.0 */ + FUNC_LEVEL_0105_1 = 151, /**< LibClamAV release 0.105.1 */ + FUNC_LEVEL_0105_2 = 152, /**< LibClamAV release 0.105.2 */ + + FUNC_LEVEL_1_0 = 160, /**< LibClamAV release 1.0.0 */ + FUNC_LEVEL_1_0_1 = 161, /**< LibClamAV release 1.0.1 */ + + FUNC_LEVEL_1_1 = 180, /**< LibClamAV release 1.1.0 */ + + FUNC_LEVEL_1_2 = 190, /**< LibClamAV release 1.2.0 */ + + FUNC_LEVEL_1_3 = 200, /**< LibClamAV release 1.3.0 */ }; /** diff --git a/headers/bytecode_api_decl.c.h b/headers/bytecode_api_decl.c.h index 4328796bfb..c00684e085 100644 --- a/headers/bytecode_api_decl.c.h +++ b/headers/bytecode_api_decl.c.h @@ -2,7 +2,7 @@ * ClamAV bytecode internal API * This is an automatically generated file! * - * Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved. + * Copyright (C) 2013-2024 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Copyright (C) 2009-2013 Sourcefire, Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/headers/bytecode_detect.h b/headers/bytecode_detect.h index 71cc195f15..1e2efc00f3 100644 --- a/headers/bytecode_detect.h +++ b/headers/bytecode_detect.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved. + * Copyright (C) 2013-2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Copyright (C) 2009-2013 Sourcefire, Inc. * * Redistribution and use in source and binary forms, with or without