Skip to content

Commit d77882e

Browse files
committed
Drop 'git' from version string
1 parent 1f8ae9d commit d77882e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if(NOT DEFINED LLVM_VERSION_PATCH)
2525
set(LLVM_VERSION_PATCH 0)
2626
endif()
2727
if(NOT DEFINED LLVM_VERSION_SUFFIX)
28-
set(LLVM_VERSION_SUFFIX git)
28+
set(LLVM_VERSION_SUFFIX)
2929
endif()
3030

3131
if (NOT PACKAGE_VERSION)

0 commit comments

Comments
 (0)