commit | 7b47b13ea1672de7a0877156ed82b4a84c8a5c64 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Dec 13 11:33:41 2023 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sun Dec 31 09:11:28 2023 +0100 |
tree | a758496151f83c8cd79d08ea78263cb8a7858413 | |
parent | 781fa471b08e5b3d02f2d38c254a711948a70366 [diff] |
meson: use version_compare() to compare version While a simple lexicographic comparison usually works, it is less robust than a more specific algorithm designed to compare versions. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>