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:
a01d631
)
Bump version to 19.1.0-rc4
author
Tobias Hieta
<tobias@hieta.se>
Tue, 3 Sep 2024 14:09:11 +0000
(16:09 +0200)
committer
Tobias Hieta
<tobias@hieta.se>
Tue, 3 Sep 2024 14:09:11 +0000
(16:09 +0200)
cmake/Modules/LLVMVersion.cmake
patch
|
blob
|
history
diff --git
a/cmake/Modules/LLVMVersion.cmake
b/cmake/Modules/LLVMVersion.cmake
index e6042983c05cbb46ebc1fc0bd56c475a501b3d62..7e3bb98c3577a2e4ffead74361abcc9bdcb01257 100644
(file)
--- a/
cmake/Modules/LLVMVersion.cmake
+++ b/
cmake/Modules/LLVMVersion.cmake
@@
-10,6
+10,6
@@
if(NOT DEFINED LLVM_VERSION_PATCH)
set(LLVM_VERSION_PATCH 0)
endif()
if(NOT DEFINED LLVM_VERSION_SUFFIX)
- set(LLVM_VERSION_SUFFIX -rc
3
)
+ set(LLVM_VERSION_SUFFIX -rc
4
)
endif()