commit | 022fc3e70ab2cae3c0fc646b420128de2bfa9f67 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Sat Aug 22 06:30:31 2009 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Sat Aug 22 06:30:31 2009 +0000 |
tree | 77350a6e98eb6a8445f47898c9a674f179058d3e | |
parent | 39db3439bfcdca4073dd513879f8ce12ee8c593b [diff] [blame] |
TOT is 2.7svn for CMake, too git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79730 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/CMakeLists.txt b/CMakeLists.txt index a95ca51..1c1e6fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.6.1) set(PACKAGE_NAME llvm) -set(PACKAGE_VERSION 2.6svn) +set(PACKAGE_VERSION 2.7svn) set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") set(PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu")