Skip to content

Commit

Permalink
Remove -rc suffix from package version string
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Aug 26, 2023
1 parent 3832494 commit 7d26bc8
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 "-rc")
set(VERSION_SUFFIX "")

project( ClamAV
VERSION "1.2.0"
Expand Down

0 comments on commit 7d26bc8

Please sign in to comment.