Remove the -rc suffix for 1.4.0 release

pull/1280/head
Micah Snyder 11 months ago
parent 6c0d644a3e
commit 09e828bc63
No known key found for this signature in database
GPG Key ID: 3449E631914956D0
  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 "-rc")
set(VERSION_SUFFIX "")
project( ClamAV
VERSION "1.4.0"

Loading…
Cancel
Save