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:
Micah Snyder 2019-10-03 18:32:41 -04:00
parent 8925c55dfc
commit d4a9a760fc
13 changed files with 69 additions and 39 deletions

View file

@ -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 */
};
/**