mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
cmake: set version v4.1.99 for development
This commit is contained in:
parent
63e9699bda
commit
3be4725388
2 changed files with 2 additions and 2 deletions
|
@ -338,7 +338,7 @@ set(CPACK_RPM_PACKAGE_LICENSE "MIT")
|
|||
set(CPACK_PACKAGE_NAME "${PACKAGE}")
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR "4")
|
||||
set(CPACK_PACKAGE_VERSION_MINOR "1")
|
||||
set(CPACK_PACKAGE_VERSION_PATCH_NUMBER "0")
|
||||
set(CPACK_PACKAGE_VERSION_PATCH_NUMBER "99")
|
||||
|
||||
set(CPACK_PACKAGE_VERSION_PATCH "${CPACK_PACKAGE_VERSION_PATCH_NUMBER}-${LWS_BUILD_HASH}")
|
||||
set(CPACK_PACKAGE_RELEASE 1)
|
||||
|
|
|
@ -16,7 +16,7 @@ various scenarios, CC0-licensed (public domain) for cut-and-paste, allow you to
|
|||
News
|
||||
----
|
||||
|
||||
## v4.0.0 and v4.1-stable are released
|
||||
## v4.1.0 and v4.1-stable are released
|
||||
|
||||
See the [changelog](https://libwebsockets.org/git/libwebsockets/tree/changelog), summary
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue