Change version to 3.4 in the cmake build too.

llvm-svn: 181353
This commit is contained in:
Rafael Espindola 2013-05-07 20:44:22 +00:00
parent 1030f26261
commit eaf9798d2a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ set(CMAKE_MODULE_PATH
)
set(LLVM_VERSION_MAJOR 3)
set(LLVM_VERSION_MINOR 3)
set(LLVM_VERSION_MINOR 4)
set(PACKAGE_VERSION "${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}svn")