Skip to content

Commit

Permalink
Release 1.19.1 -- fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Tikhonov committed Feb 4, 2019
1 parent 2b051cf commit 4c244ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2019-02-04
- 1.19.1
- [BUGFIX] Fix Windows build.

2019-02-04
- 1.19.0
- [FEATURE, API Change] 0-RTT support. Add function to export 0-RTT
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 19
#define LSQUIC_PATCH_VERSION 0
#define LSQUIC_PATCH_VERSION 1

/**
* Engine flags:
Expand Down

0 comments on commit 4c244ff

Please sign in to comment.