Bump LLVM in CMake makefiles to 2.9

llvm-svn: 114640
This commit is contained in:
Douglas Gregor 2010-09-23 14:19:21 +00:00
parent 2816588eb9
commit 381f98e499

View File

@ -10,7 +10,7 @@ set(CMAKE_MODULE_PATH
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules"
)
set(PACKAGE_VERSION "2.8")
set(PACKAGE_VERSION "2.9")
include(VersionFromVCS)
add_version_info_from_vcs(PACKAGE_VERSION)