diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-05-07 20:31:28 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-05-07 20:31:28 +0000 |
commit | 0c25b8f07e4ff033bf630d48cac28fedee1f4c55 (patch) | |
tree | b9e33fe69b809affb1e5914c2503b2351f3ee99c /bindings | |
parent | 4247ca40d364709aa5beb9fd0b03bee442933483 (diff) |
We're in 3.4 land now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181350 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/python/llvm/common.py | 2 |
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', |