Skip to content

Commit

Permalink
Auto update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonjen committed Aug 3, 2021
1 parent 3063073 commit 67dde0a
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 @@ -33,7 +33,7 @@ if(NOT DEFINED LLVM_VERSION_MINOR)
set(LLVM_VERSION_MINOR 7)
endif()
if(NOT DEFINED LLVM_VERSION_PATCH)
set(LLVM_VERSION_PATCH 16)
set(LLVM_VERSION_PATCH 17)
endif()
if(NOT DEFINED LLVM_VERSION_SUFFIX)
set(LLVM_VERSION_SUFFIX "")
Expand Down

0 comments on commit 67dde0a

Please sign in to comment.