libclamav: Increase FLEVEL by 10 more to 140

For reference, version 0.103 started at 120 and we're already at 124
with v0.103.3.

Ordinarily we would reserve 10 FLEVELs for each feature release, but
we're implementing a new Long Term Support (LTS) program and will be
starting with 0.103, which means additional critical bug fixes for the
0.103 series for the next 2-3 years.

This commit pushes v0.104's FLEVEL to 140 to ensure that there will be
enough FLEVELs for future 0.103 patch versions.
This commit is contained in:
Micah Snyder 2021-08-05 17:54:44 -07:00 committed by Micah Snyder
parent 251befbdf3
commit 11b66a8350
2 changed files with 3 additions and 2 deletions

View file

@ -148,8 +148,9 @@ enum FunctionalityLevels {
FUNC_LEVEL_0103 = 121, /**< LibClamAV release 0.103.0 */ FUNC_LEVEL_0103 = 121, /**< LibClamAV release 0.103.0 */
FUNC_LEVEL_0103_1 = 122, /**< LibClamAV release 0.103.1 */ FUNC_LEVEL_0103_1 = 122, /**< LibClamAV release 0.103.1 */
FUNC_LEVEL_0103_2 = 123, /**< LibClamAV release 0.103.2 */ FUNC_LEVEL_0103_2 = 123, /**< LibClamAV release 0.103.2 */
FUNC_LEVEL_0103_3 = 124, /**< LibClamAV release 0.103.2 */
FUNC_LEVEL_0104 = 131, /**< LibClamAV release 0.104.0 */ FUNC_LEVEL_0104 = 140, /**< LibClamAV release 0.104.0 */
}; };
/** /**

View file

@ -72,7 +72,7 @@
* in re-enabling affected modules. * in re-enabling affected modules.
*/ */
#define CL_FLEVEL 130 #define CL_FLEVEL 140
#define CL_FLEVEL_DCONF CL_FLEVEL #define CL_FLEVEL_DCONF CL_FLEVEL
#define CL_FLEVEL_SIGTOOL CL_FLEVEL #define CL_FLEVEL_SIGTOOL CL_FLEVEL