Commit Graph

2 Commits

Author SHA1 Message Date
Tejun Heo
38b1d1f1d7 version-tool: Suppress spurious dependency version mismatch warning
When updating in-tree crate versions, do_rust_ver() was returning the new
version string which is then put into rust_deps triggering version mismatch
warning in do_rust_deps().

There's no reason for do_meson_ver() and do_rust_ver() to return the new
version. Always return the old version.
2024-08-08 14:02:15 -10:00
Tejun Heo
a7ad2e62e1 version-tool.py: Add a tool to manage versions
It's error-prone to manage version updates with all the sub-projects. Add a
tool to check and update them together.
2024-08-08 13:22:08 -10:00