Skip to content

Commit 2883e0b

Browse files
committed
Bump Version to 7.1.0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@352581 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 0a8d71a commit 2883e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ if(NOT DEFINED LLVM_VERSION_MAJOR)
2626
set(LLVM_VERSION_MAJOR 7)
2727
endif()
2828
if(NOT DEFINED LLVM_VERSION_MINOR)
29-
set(LLVM_VERSION_MINOR 0)
29+
set(LLVM_VERSION_MINOR 1)
3030
endif()
3131
if(NOT DEFINED LLVM_VERSION_PATCH)
32-
set(LLVM_VERSION_PATCH 1)
32+
set(LLVM_VERSION_PATCH 0)
3333
endif()
3434
if(NOT DEFINED LLVM_VERSION_SUFFIX)
3535
set(LLVM_VERSION_SUFFIX "")

0 commit comments

Comments
 (0)