Bump version to 20.1.0-rc3 · llvm/llvm-project@a69568e (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit a69568e
Bump version to 20.1.0-rc3
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -10,6 +10,6 @@ if(NOT DEFINED LLVM_VERSION_PATCH) | ||
10 | 10 | set(LLVM_VERSION_PATCH 0) |
11 | 11 | endif() |
12 | 12 | if(NOT DEFINED LLVM_VERSION_SUFFIX) |
13 | -set(LLVM_VERSION_SUFFIX -rc2) | |
13 | +set(LLVM_VERSION_SUFFIX -rc3) | |
14 | 14 | endif() |
15 | 15 |