[PATCH] D133923: [Release] Add bump-version script.
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 15 03:09:25 PDT 2022
tschuett added a comment.
For Swift I found a PR:
https://github.com/apple/swift/pull/58931/files
The version is in a CMake file, but there were not that many files updated.
For Rust. I found a version file:
https://github.com/rust-lang/rust/blob/master/src/version
Most projects store the current version in ChangeLog files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133923/new/
https://reviews.llvm.org/D133923
More information about the llvm-commits
mailing list