mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 18:33:16 +00:00
Adding bytecode functionlity level for 0.100.1. Incrementing the CL_FLEVEL to 100 for 0.101.
This commit is contained in:
parent
a46a106a2a
commit
9957ff3c66
2 changed files with 2 additions and 1 deletions
|
@ -112,6 +112,7 @@ enum FunctionalityLevels {
|
||||||
FUNC_LEVEL_099_4 = 85, /* LibClamAV release 0.99.4 */
|
FUNC_LEVEL_099_4 = 85, /* LibClamAV release 0.99.4 */
|
||||||
FUNC_LEVEL_0100_0_BETA = 90, /* LibClamAV beta release 0.100.0-beta */
|
FUNC_LEVEL_0100_0_BETA = 90, /* LibClamAV beta release 0.100.0-beta */
|
||||||
FUNC_LEVEL_0100_0 = 91, /* LibClamAV release 0.100.0, 0.100.0-rc */
|
FUNC_LEVEL_0100_0 = 91, /* LibClamAV release 0.100.0, 0.100.0-rc */
|
||||||
|
FUNC_LEVEL_0100_1 = 92, /**< LibClamAV release 0.100.1 */
|
||||||
FUNC_LEVEL_0101_0 = 100, /* LibClamAV release 0.101.0 */
|
FUNC_LEVEL_0101_0 = 100, /* LibClamAV release 0.101.0 */
|
||||||
FUNC_LEVEL_100 = 255 /* future release candidate */
|
FUNC_LEVEL_100 = 255 /* future release candidate */
|
||||||
};
|
};
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
* in re-enabling affected modules.
|
* in re-enabling affected modules.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CL_FLEVEL 91
|
#define CL_FLEVEL 100
|
||||||
#define CL_FLEVEL_DCONF CL_FLEVEL
|
#define CL_FLEVEL_DCONF CL_FLEVEL
|
||||||
#define CL_FLEVEL_SIGTOOL CL_FLEVEL
|
#define CL_FLEVEL_SIGTOOL CL_FLEVEL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue