Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Commit 2597ce5

Browse files
author
Dylan McKay
committed
Use 'svn' for the version suffix
This was accidentally changed in a previous merge resolution.
1 parent cf0b49c commit 2597ce5

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 "")
32+
set(LLVM_VERSION_SUFFIX svn)
3333
endif()
3434

3535
if (POLICY CMP0048)

0 commit comments

Comments
 (0)