summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:38 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:38 +0200
commit614b3ba769bc041363757466a4fd26d110b6ce16 (patch)
tree11a65334957e0a930948ed6dcee60969d86b7903
parentd82311f0f270990f495900deccbf00d07b93ec4d (diff)
downloadklamav-614b3ba769bc041363757466a4fd26d110b6ce16.tar.gz
klamav-614b3ba769bc041363757466a4fd26d110b6ce16.zip
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
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 ###########