Remove -rc2 suffix for stable release

pull/777/head
Micah Snyder 3 years ago committed by Micah Snyder
parent da16b6359a
commit 2e57f6443f
  1. 2
      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.0.0"

Loading…
Cancel
Save