Skip to content
Snippets Groups Projects
  • Andy Green's avatar
    7b40545e
    introduce library version plus git hash · 7b40545e
    Andy Green authored
    
    This exposes the library version and git head hash it was built from
    into LWS_LIBRARY_VERSION and LWS_BUILD_HASH.
    
    These are combined into a version string that's both printed as a
    notice log by the library and made available to the app using a new
    api lws_get_library_version().  The version looks like
    
     1.1 178d78c
    
    Signed-off-by: default avatarAndy Green <andy.green@linaro.org>
    7b40545e
    History
    introduce library version plus git hash
    Andy Green authored
    
    This exposes the library version and git head hash it was built from
    into LWS_LIBRARY_VERSION and LWS_BUILD_HASH.
    
    These are combined into a version string that's both printed as a
    notice log by the library and made available to the app using a new
    api lws_get_library_version().  The version looks like
    
     1.1 178d78c
    
    Signed-off-by: default avatarAndy Green <andy.green@linaro.org>