Skip to content

Commit

Permalink
Bump version to 17.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
tru committed Aug 8, 2023
1 parent edc0ee3 commit f8468c3
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 @@ -18,7 +18,7 @@ if(NOT DEFINED LLVM_VERSION_PATCH)
set(LLVM_VERSION_PATCH 0)
endif()
if(NOT DEFINED LLVM_VERSION_SUFFIX)
set(LLVM_VERSION_SUFFIX -rc1)
set(LLVM_VERSION_SUFFIX -rc2)
endif()

if (NOT PACKAGE_VERSION)
Expand Down

0 comments on commit f8468c3

Please sign in to comment.