projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edc0ee3
)
Bump version to 17.0.0-rc2
author
Tobias Hieta
<tobias@hieta.se>
Tue, 8 Aug 2023 11:16:44 +0000
(13:16 +0200)
committer
Tobias Hieta
<tobias@hieta.se>
Tue, 8 Aug 2023 11:16:44 +0000
(13:16 +0200)
llvm/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/CMakeLists.txt
b/llvm/CMakeLists.txt
index
a9b85b4
..
2eb188d
100644
(file)
--- a/
llvm/CMakeLists.txt
+++ b/
llvm/CMakeLists.txt
@@
-18,7
+18,7
@@
if(NOT DEFINED LLVM_VERSION_PATCH)
set(LLVM_VERSION_PATCH 0)
endif()
if(NOT DEFINED LLVM_VERSION_SUFFIX)
- set(LLVM_VERSION_SUFFIX -rc
1
)
+ set(LLVM_VERSION_SUFFIX -rc
2
)
endif()
if (NOT PACKAGE_VERSION)