Skip to content

Commit

Permalink
Manually add missing versions to bytecode_api.h
Browse files Browse the repository at this point in the history
The 0.105.0 source doesn't list these versions either, but we can manually add
them so these values are available to anyone who might need them.
  • Loading branch information
val-ms committed May 27, 2022
1 parent 801e8fb commit 7872c32
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions headers/bytecode_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,15 @@ enum FunctionalityLevels {
FUNC_LEVEL_0103 = 121, /**< LibClamAV release 0.103.0 */
FUNC_LEVEL_0103_1 = 122, /**< LibClamAV release 0.103.1 */
FUNC_LEVEL_0103_2 = 123, /**< LibClamAV release 0.103.2 */
FUNC_LEVEL_0103_3 = 124, /**< LibClamAV release 0.103.2 */

FUNC_LEVEL_0104 = 140, /**< LibClamAV release 0.104.0 */
FUNC_LEVEL_0103_3 = 124, /**< LibClamAV release 0.103.3 */
FUNC_LEVEL_0103_4 = 125, /**< LibClamAV release 0.103.4 */
FUNC_LEVEL_0103_5 = 126, /**< LibClamAV release 0.103.5 */
FUNC_LEVEL_0103_6 = 127, /**< LibClamAV release 0.103.6 */

FUNC_LEVEL_0104 = 140, /**< LibClamAV release 0.104.0 */
FUNC_LEVEL_0104_1 = 141, /**< LibClamAV release 0.104.1 */
FUNC_LEVEL_0104_2 = 142, /**< LibClamAV release 0.104.2 */
FUNC_LEVEL_0104_3 = 143, /**< LibClamAV release 0.104.3 */

FUNC_LEVEL_0105 = 150, /**< LibClamAV release 0.105.0 */
};
Expand Down

0 comments on commit 7872c32

Please sign in to comment.