Skip to content

Commit da4a283

Browse files
committed
Bump version to 5.0.2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@328729 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 5ae73c3 commit da4a283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if(NOT DEFINED LLVM_VERSION_MINOR)
2626
set(LLVM_VERSION_MINOR 0)
2727
endif()
2828
if(NOT DEFINED LLVM_VERSION_PATCH)
29-
set(LLVM_VERSION_PATCH 1)
29+
set(LLVM_VERSION_PATCH 2)
3030
endif()
3131
if(NOT DEFINED LLVM_VERSION_SUFFIX)
3232
set(LLVM_VERSION_SUFFIX "")

0 commit comments

Comments
 (0)