Skip to content

Commit

Permalink
Set -rc suffix in package version string
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Aug 4, 2023
1 parent 1c0e66b commit 78ad993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "-devel-${TODAY}")
set(VERSION_SUFFIX "-rc")

project( ClamAV
VERSION "1.2.0"
Expand Down

0 comments on commit 78ad993

Please sign in to comment.