From f8af5cf600354830d4ccf59732403f0f073eccb9 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 22 Dec 2013 00:04:03 +0000 Subject: Vendor import of llvm release_34 branch r197841 (effectively, 3.4 RC3): https://llvm.org/svn/llvm-project/llvm/branches/release_34@197841 --- bindings/python/llvm/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/python/llvm/common.py') diff --git a/bindings/python/llvm/common.py b/bindings/python/llvm/common.py index 17c22b8ef4481..b177f7fa47e91 100644 --- a/bindings/python/llvm/common.py +++ b/bindings/python/llvm/common.py @@ -16,7 +16,7 @@ import platform # LLVM_VERSION: sync with PACKAGE_VERSION in autoconf/configure.ac and CMakeLists.txt # but leave out the 'svn' suffix. -LLVM_VERSION = '3.3' +LLVM_VERSION = '3.4' __all__ = [ 'c_object_p', -- cgit v1.2.3