Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 7d62f51

Browse files
committed
Bump version to 3.9.1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@281335 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent fbbabf3 commit 7d62f51

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
@@ -27,7 +27,7 @@ if(NOT DEFINED LLVM_VERSION_MINOR)
2727
set(LLVM_VERSION_MINOR 9)
2828
endif()
2929
if(NOT DEFINED LLVM_VERSION_PATCH)
30-
set(LLVM_VERSION_PATCH 0)
30+
set(LLVM_VERSION_PATCH 1)
3131
endif()
3232
if(NOT DEFINED LLVM_VERSION_SUFFIX)
3333
set(LLVM_VERSION_SUFFIX "")

0 commit comments

Comments
 (0)