We're in 3.4 land now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181350 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2013-05-07 20:31:28 +00:00
parent 4247ca40d3
commit 0c25b8f07e
4 changed files with 14 additions and 14 deletions

View 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',