Skip to content

Commit e7374cf

Browse files
author
git apple-llvm automerger
committed
Merge commit '0e4d41531157' from llvm.org/master into apple/master
2 parents 7d5aec3 + 0e4d415 commit e7374cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/bindings/python/llvm/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
import ctypes.util
1414
import platform
1515

16-
# LLVM_VERSION: sync with PACKAGE_VERSION in autoconf/configure.ac and CMakeLists.txt
16+
# LLVM_VERSION: sync with PACKAGE_VERSION in CMakeLists.txt
1717
# but leave out the 'svn' suffix.
18-
LLVM_VERSION = '3.4'
18+
LLVM_VERSION = '10.0.0'
1919

2020
__all__ = [
2121
'c_object_p',

0 commit comments

Comments
 (0)