aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-09-23 14:19:21 +0000
committerDouglas Gregor <dgregor@apple.com>2010-09-23 14:19:21 +0000
commit6b5db9500cdab089f0875d1cf8b9f85036463625 (patch)
tree01cd485231992e8b877f992c349bc75260703826
parent51efe7a253190b672519e8388ce5d45f1dcf1a24 (diff)
downloadexternal_llvm-6b5db9500cdab089f0875d1cf8b9f85036463625.zip
external_llvm-6b5db9500cdab089f0875d1cf8b9f85036463625.tar.gz
external_llvm-6b5db9500cdab089f0875d1cf8b9f85036463625.tar.bz2
Bump LLVM in CMake makefiles to 2.9
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114640 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fe4dd83..dba2929 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)