diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:38 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:38 +0200 |
commit | 614b3ba769bc041363757466a4fd26d110b6ce16 (patch) | |
tree | 11a65334957e0a930948ed6dcee60969d86b7903 | |
parent | d82311f0f270990f495900deccbf00d07b93ec4d (diff) | |
download | klamav-614b3ba769bc041363757466a4fd26d110b6ce16.tar.gz klamav-614b3ba769bc041363757466a4fd26d110b6ce16.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 478e6d9..2885bd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### project( klamav ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) ##### include essential cmake modules ########### |