Skip to content

Fix version number and clazy warning

Alexander Lohnau requested to merge work/version_fix_and_clazy into master

The PLYMOUTH_KCM_VERSION variable was not defined and defaulted to an empty string; we can just use the project version here.

Also the clazy warnings about calling first() on a temporary got fixed.

@apol @mart

Merge request reports