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

Commit 08142cb

Browse files
committed
Bump version to 4.0.1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_40@298635 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 4423e35 commit 08142cb

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 0)
29+
set(LLVM_VERSION_PATCH 1)
3030
endif()
3131
if(NOT DEFINED LLVM_VERSION_SUFFIX)
3232
set(LLVM_VERSION_SUFFIX "")

0 commit comments

Comments
 (0)