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

Commit 4bbfc3e

Browse files
committed
Drop 'svn' suffix from version number.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@308469 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent da5a57e commit 4bbfc3e

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
@@ -29,7 +29,7 @@ if(NOT DEFINED LLVM_VERSION_PATCH)
2929
set(LLVM_VERSION_PATCH 0)
3030
endif()
3131
if(NOT DEFINED LLVM_VERSION_SUFFIX)
32-
set(LLVM_VERSION_SUFFIX svn)
32+
set(LLVM_VERSION_SUFFIX "")
3333
endif()
3434

3535
if (POLICY CMP0048)

0 commit comments

Comments
 (0)