Skip to content

Commit

Permalink
Remove RC suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
tru authored and tstellar committed Mar 8, 2024
1 parent 461274b commit b92012c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(NOT DEFINED LLVM_VERSION_PATCH)
set(LLVM_VERSION_PATCH 0)
endif()
if(NOT DEFINED LLVM_VERSION_SUFFIX)
set(LLVM_VERSION_SUFFIX rc)
set(LLVM_VERSION_SUFFIX)
endif()

if (NOT PACKAGE_VERSION)
Expand Down

0 comments on commit b92012c

Please sign in to comment.