mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
Version increment from 0.102 -> 0.103.
Bumps the version from 0.102.0 to 0.103.0-devel-<date>. Bumps the FLEVEL from 111 to 120. Bumps the libclamav and libfreshclam revision numbers from 4 -> 5, and 0 -> 1, respectively.
This commit is contained in:
parent
8925c55dfc
commit
d4a9a760fc
13 changed files with 69 additions and 39 deletions
|
@ -135,10 +135,17 @@ enum FunctionalityLevels {
|
|||
FUNC_LEVEL_0101_BETA = 100, /**< LibClamAV release 0.101.0-BETA */
|
||||
FUNC_LEVEL_0101 = 101, /**< LibClamAV release 0.101.0 */
|
||||
FUNC_LEVEL_0101_1 = 102, /**< LibClamAV release 0.101.1 */
|
||||
FUNC_LEVEL_0101_2 = 103, /**< LibClamAV release 0.101.2 */
|
||||
FUNC_LEVEL_0101_2 = 102, /**< LibClamAV release 0.101.2 */
|
||||
FUNC_LEVEL_0101_3 = 102, /**< LibClamAV release 0.101.3 */
|
||||
FUNC_LEVEL_0101_4 = 105, /**< LibClamAV release 0.101.4 */
|
||||
FUNC_LEVEL_0101_5 = 106, /**< LibClamAV release 0.101.5 */
|
||||
|
||||
FUNC_LEVEL_0102_BETA = 110, /**< LibClamAV release 0.102.0-BETA */
|
||||
FUNC_LEVEL_0102 = 111, /**< LibClamAV release 0.102.0 */
|
||||
FUNC_LEVEL_0102_1 = 112, /**< LibClamAV release 0.102.1 */
|
||||
|
||||
FUNC_LEVEL_0103_BETA = 120, /**< LibClamAV release 0.103.0-BETA */
|
||||
FUNC_LEVEL_0103 = 121, /**< LibClamAV release 0.103.0 */
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue