-
- Downloads
introduce library version plus git hash
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:
Andy Green <andy.green@linaro.org>
Showing
- Makefile.am 1 addition, 0 deletionsMakefile.am
- changelog 11 additions, 0 deletionschangelog
- configure.ac 5 additions, 1 deletionconfigure.ac
- lib/Makefile.am 3 additions, 1 deletionlib/Makefile.am
- lib/libwebsockets.c 20 additions, 0 deletionslib/libwebsockets.c
- lib/libwebsockets.h 4 additions, 1 deletionlib/libwebsockets.h
- libwebsockets-api-doc.html 17 additions, 0 deletionslibwebsockets-api-doc.html
Loading
Please register or sign in to comment