projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
831338b
)
Fix LLVM CMake PACKAGE_VERSION variable.
author
Daniel Dunbar
<daniel@zuster.org>
Fri, 25 Jun 2010 16:29:14 +0000
(16:29 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Fri, 25 Jun 2010 16:29:14 +0000
(16:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106861
91177308
-0d34-0410-b5e6-
96231b3b80d8
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 9d0180b86ff83c3dde9a48ddb4ef4465ad694fc7..d4f2221c9fdd57dc4d022b79d723c063766e3bcb 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-4,7
+4,7
@@
project(LLVM)
cmake_minimum_required(VERSION 2.6.1)
set(PACKAGE_NAME llvm)
-set(PACKAGE_VERSION 2.
7
svn)
+set(PACKAGE_VERSION 2.
8
svn)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu")