Skip to content

Commit

Permalink
Set version to 20.1.0-rc1 (#125367)
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar authored Feb 2, 2025
1 parent 1eb7f4e commit af7f483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/LLVMVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ 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 -rc1)
endif()

0 comments on commit af7f483

Please sign in to comment.