Skip to content

Commit

Permalink
Bump OpenCilk version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
neboat committed Jan 13, 2024
1 parent 3f1a189 commit df80b7d
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 @@ -19,7 +19,7 @@ if(NOT DEFINED OPENCILK_VERSION_MAJOR)
set(OPENCILK_VERSION_MAJOR 2)
endif()
if(NOT DEFINED OPENCILK_VERSION_MINOR)
set(OPENCILK_VERSION_MINOR 0)
set(OPENCILK_VERSION_MINOR 1)
endif()
if(NOT DEFINED OPENCILK_VERSION_PATCH)
set(OPENCILK_VERSION_PATCH 0)
Expand Down

0 comments on commit df80b7d

Please sign in to comment.