Skip to content

Commit

Permalink
Update version to 2.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Tikhonov committed May 19, 2020
1 parent 81558c3 commit 4d22131
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ ELSE()
MESSAGE(STATUS "${BORINGSSL_LIB} library not found")
ENDIF()
ENDFOREACH()
#endif

ENDIF()

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# 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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion include/lsquic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4d22131

Please sign in to comment.