Bumped version from 1.3.0 -> 1.4.0-devel for new release changes

This commit is contained in:
rsundriyal 2024-02-05 13:40:30 -05:00 committed by Micah Snyder
parent 5f934c16b4
commit 24226f765f
5 changed files with 28 additions and 12 deletions

View file

@ -182,6 +182,8 @@ enum FunctionalityLevels {
FUNC_LEVEL_1_2_2 = 192, /**< LibClamAV release 1.2.2 */
FUNC_LEVEL_1_3 = 200, /**< LibClamAV release 1.3.0 */
FUNC_LEVEL_1_4 = 210, /**< LibClamAV release 1.4.0 */
};
/**