mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 18:33:16 +00:00
Adding missing commas to FunctionalityLevels enum definition where newer version numbers were added.
This commit is contained in:
parent
64e2fedac7
commit
c9893ef062
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ enum FunctionalityLevels {
|
|||
FUNC_LEVEL_099_2 = 82, /**< LibClamAV release 0.99.2 */
|
||||
FUNC_LEVEL_099_3 = 84, /**< LibClamAV release 0.99.3 */
|
||||
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_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_100 = 100 /*future release candidate*/
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue