Adding bytecode functionlity level for 0.100.1. Incrementing the CL_FLEVEL to 100 for 0.101.

This commit is contained in:
Micah Snyder 2018-07-06 15:41:59 -04:00
parent a46a106a2a
commit 9957ff3c66
2 changed files with 2 additions and 1 deletions

View file

@ -112,6 +112,7 @@ enum FunctionalityLevels {
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 = 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_100 = 255 /* future release candidate */
};