summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2012-02-04 02:52:48 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2012-02-04 02:52:48 +0000
commit27fb10c29a1f4d3e68f0a9935a3c6f1f8b03f45a (patch)
tree67f638ffbac558e61f9865744d2e699f70bd2a10
parent1d966ae18e26b03911620483d01bb1b821db0483 (diff)
downloadbcm5719-llvm-27fb10c29a1f4d3e68f0a9935a3c6f1f8b03f45a.tar.gz
bcm5719-llvm-27fb10c29a1f4d3e68f0a9935a3c6f1f8b03f45a.zip
cmake: update outdated CPack version info
Left over from r116516. llvm-svn: 149751
-rw-r--r--llvm/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
index 1e7a4a340f6..522c91c495f 100644
--- a/llvm/CMakeLists.txt
+++ b/llvm/CMakeLists.txt
@@ -411,8 +411,8 @@ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/
# TODO: make and install documentation.
set(CPACK_PACKAGE_VENDOR "LLVM")
-set(CPACK_PACKAGE_VERSION_MAJOR 2)
-set(CPACK_PACKAGE_VERSION_MINOR 9)
+set(CPACK_PACKAGE_VERSION_MAJOR 3)
+set(CPACK_PACKAGE_VERSION_MINOR 1)
add_version_info_from_vcs(CPACK_PACKAGE_VERSION_PATCH)
include(CPack)
OpenPOWER on IntegriCloud