Skip to content

Commit fa54201

Browse files
committed
[cmake] Bump OpenCilk version to 4.0.0.
1 parent d2f665c commit fa54201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Modules/LLVMVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(NOT DEFINED LLVM_VERSION_SUFFIX)
1414
endif()
1515

1616
if(NOT DEFINED OPENCILK_VERSION_MAJOR)
17-
set(OPENCILK_VERSION_MAJOR 3)
17+
set(OPENCILK_VERSION_MAJOR 4)
1818
endif()
1919
if(NOT DEFINED OPENCILK_VERSION_MINOR)
2020
set(OPENCILK_VERSION_MINOR 0)

0 commit comments

Comments
 (0)