mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Update version to 2.14.8
This commit is contained in:
parent
81558c3f8c
commit
4d221313f7
4 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2020-05-19
|
||||
- 2.14.8
|
||||
- Support Android.
|
||||
- Rerrange tree: move command-line examples into bin/ and unit
|
||||
tests into tests/ from test/unittests/.
|
||||
|
||||
2020-05-12
|
||||
- 2.14.7
|
||||
- [BUGFIX] ALPN-to-version mapping: do not skip h3-Q050.
|
||||
|
|
|
@ -162,7 +162,6 @@ ELSE()
|
|||
MESSAGE(STATUS "${BORINGSSL_LIB} library not found")
|
||||
ENDIF()
|
||||
ENDFOREACH()
|
||||
#endif
|
||||
|
||||
ENDIF()
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
|
|||
# The short X.Y version
|
||||
version = u'2.14'
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = u'2.14.7'
|
||||
release = u'2.14.8'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -25,7 +25,7 @@ extern "C" {
|
|||
|
||||
#define LSQUIC_MAJOR_VERSION 2
|
||||
#define LSQUIC_MINOR_VERSION 14
|
||||
#define LSQUIC_PATCH_VERSION 7
|
||||
#define LSQUIC_PATCH_VERSION 8
|
||||
|
||||
/**
|
||||
* Engine flags:
|
||||
|
|
Loading…
Reference in a new issue