From 0c25b8f07e4ff033bf630d48cac28fedee1f4c55 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 7 May 2013 20:31:28 +0000 Subject: We're in 3.4 land now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181350 91177308-0d34-0410-b5e6-96231b3b80d8 --- bindings/python/llvm/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings') diff --git a/bindings/python/llvm/common.py b/bindings/python/llvm/common.py index 17c22b8..b177f7f 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.1