We're in 3.4 land now.
[oota-llvm.git] / bindings / python / llvm / common.py
index 17c22b8ef4481be3dc89643f1e26b6c68ad710fc..b177f7fa47e918cb9c8279e84e5d72ae2ca35c0f 100644 (file)
@@ -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',