mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
release v1.5
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
c6f95d3f27
commit
ab620ffde3
2 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ project(libwebsockets C)
|
|||
set(PACKAGE "libwebsockets")
|
||||
set(CPACK_PACKAGE_NAME "${PACKAGE}")
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR "1")
|
||||
set(CPACK_PACKAGE_VERSION_MINOR "4")
|
||||
set(CPACK_PACKAGE_VERSION_MINOR "5")
|
||||
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}")
|
||||
set(CPACK_PACKAGE_VENDOR "andy@warmcat.com")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${PACKAGE} ${PACKAGE_VERSION}")
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
(since last tag)
|
||||
v1.5-chrome47-firefox41
|
||||
=======================
|
||||
|
||||
User api changes
|
||||
----------------
|
||||
|
|
Loading…
Add table
Reference in a new issue