Skip to content

Commit

Permalink
Update header file and changelog: release 1.17.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Tikhonov committed Jan 10, 2019
1 parent 6a4060d commit 2815666
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2019-01-10
- 1.17.12
- [FEATURE] http_client can now issue parallel requests in the context
of a single connection. See -w option.

2019-01-03
- 1.17.11
- Fix strict aliasing warning in optimized compilation.
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 1
#define LSQUIC_MINOR_VERSION 17
#define LSQUIC_PATCH_VERSION 11
#define LSQUIC_PATCH_VERSION 12

/**
* Engine flags:
Expand Down

0 comments on commit 2815666

Please sign in to comment.