Skip to content

Commit 7fab05a

Browse files
authored
Merge pull request #1553 from val-ms/CLAM-2809-1.5.0-rc-and-news
News for the 1.5.0-rc, Set the -rc version suffix, Add prod CVD signing public cert
2 parents 7e24507 + 238254f commit 7fab05a

File tree

5 files changed

+1139
-272
lines changed

5 files changed

+1139
-272
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cmake_policy(SET CMP0087 NEW) # support generator expressions in install(CODE) a
1919
# For release candidate: set(VERSION_SUFFIX "-rc")
2020
# For release: set(VERSION_SUFFIX "")
2121
string(TIMESTAMP TODAY "%Y%m%d")
22-
set(VERSION_SUFFIX "-beta")
22+
set(VERSION_SUFFIX "-rc")
2323

2424
project( ClamAV
2525
VERSION "1.5.0"

0 commit comments

Comments
 (0)