From 12fb698514c7c58b651e4a24ebf58cd0708044fa Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Thu, 1 Feb 2024 17:19:10 -0500 Subject: [PATCH] Remove the -rc2 suffix for 1.3.0 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 896088c7e4..eefb15ea7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ cmake_policy(SET CMP0087 NEW) # support generator expressions in install(CODE) a # For release candidate: set(VERSION_SUFFIX "-rc") # For release: set(VERSION_SUFFIX "") string(TIMESTAMP TODAY "%Y%m%d") -set(VERSION_SUFFIX "-rc2") +set(VERSION_SUFFIX "") project( ClamAV VERSION "1.3.0"