Skip to content

Commit 238254f

Browse files
committed
Release notes for 1.5.0-rc; Set the "-rc" version suffix
1 parent 5c90de2 commit 238254f

File tree

2 files changed

+1106
-240
lines changed

2 files changed

+1106
-240
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)