Browse code

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

Micah Snyder authored on 2018/07/07 04:41:59
Showing 2 changed files
... ...
@@ -112,6 +112,7 @@ enum FunctionalityLevels {
112 112
     FUNC_LEVEL_099_4     = 85, /* LibClamAV release 0.99.4 */
113 113
     FUNC_LEVEL_0100_0_BETA = 90, /* LibClamAV beta release 0.100.0-beta */
114 114
     FUNC_LEVEL_0100_0    = 91, /* LibClamAV release 0.100.0, 0.100.0-rc */
115
+    FUNC_LEVEL_0100_1    = 92, /**< LibClamAV release 0.100.1 */
115 116
     FUNC_LEVEL_0101_0    = 100, /* LibClamAV release 0.101.0 */
116 117
     FUNC_LEVEL_100       = 255 /* future release candidate */
117 118
 };
... ...
@@ -72,7 +72,7 @@
72 72
  * in re-enabling affected modules.
73 73
  */
74 74
 
75
-#define CL_FLEVEL 91
75
+#define CL_FLEVEL 100
76 76
 #define CL_FLEVEL_DCONF	CL_FLEVEL
77 77
 #define CL_FLEVEL_SIGTOOL CL_FLEVEL
78 78