Skip to content

Commit

Permalink
Use rc version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jan 24, 2024
1 parent f0c7933 commit 2268346
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 git)
set(LLVM_VERSION_SUFFIX rc)
endif()

if (NOT PACKAGE_VERSION)
Expand Down

0 comments on commit 2268346

Please sign in to comment.