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

p11-kit: Expose version information through macros #635

Merged
merged 1 commit into from
Apr 29, 2024

Commits on Apr 28, 2024

  1. p11-kit: Expose version information through macros

    This provides P11_KIT_VERSION_{MAJOR,MINOR,MICRO} from the
    <p11-kit/version.h> header, along with a helper macro
    P11_KIT_CHECK_VERSION(major, minor, micro) for checking the version
    requirement with `#if` directive.
    
    Signed-off-by: Daiki Ueno <ueno@gnu.org>
    ueno committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    fda7039 View commit details
    Browse the repository at this point in the history