Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

systemd: Expose systemd minor version #2282

Merged
merged 1 commit into from
Feb 6, 2022

Commits on Feb 6, 2022

  1. systemd: Expose systemd minor version

    systemd patch versions are as important as the major version number;
    they indicate security or bug fixes or other behavioural changes between
    versions.
    
    Use float64 over float32 as the rounding error with float32 rendered
    250.3 as 250.3000030517578 in my testing.
    
    Signed-off-by: Joe Groocock <[email protected]>
    Signed-off-by: Joe Groocock <[email protected]>
    frebib committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    64c4c39 View commit details
    Browse the repository at this point in the history