Update version to 2.14.8

This commit is contained in:
Dmitri Tikhonov 2020-05-19 16:15:46 -04:00
parent 81558c3f8c
commit 4d221313f7
4 changed files with 8 additions and 3 deletions

View file

@ -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 2020-05-12
- 2.14.7 - 2.14.7
- [BUGFIX] ALPN-to-version mapping: do not skip h3-Q050. - [BUGFIX] ALPN-to-version mapping: do not skip h3-Q050.

View file

@ -162,7 +162,6 @@ ELSE()
MESSAGE(STATUS "${BORINGSSL_LIB} library not found") MESSAGE(STATUS "${BORINGSSL_LIB} library not found")
ENDIF() ENDIF()
ENDFOREACH() ENDFOREACH()
#endif
ENDIF() ENDIF()

View file

@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
# The short X.Y version # The short X.Y version
version = u'2.14' version = u'2.14'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = u'2.14.7' release = u'2.14.8'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View file

@ -25,7 +25,7 @@ extern "C" {
#define LSQUIC_MAJOR_VERSION 2 #define LSQUIC_MAJOR_VERSION 2
#define LSQUIC_MINOR_VERSION 14 #define LSQUIC_MINOR_VERSION 14
#define LSQUIC_PATCH_VERSION 7 #define LSQUIC_PATCH_VERSION 8
/** /**
* Engine flags: * Engine flags: