summaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/llvm/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/llvm/common.py b/bindings/python/llvm/common.py
index 17c22b8ef4..b177f7fa47 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',