Release 1.19.1 -- fix Windows build

This commit is contained in:
Dmitri Tikhonov 2019-02-04 12:57:35 -05:00
parent 2b051cfe62
commit 4c244ff72d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2019-02-04
- 1.19.1
- [BUGFIX] Fix Windows build.
2019-02-04 2019-02-04
- 1.19.0 - 1.19.0
- [FEATURE, API Change] 0-RTT support. Add function to export 0-RTT - [FEATURE, API Change] 0-RTT support. Add function to export 0-RTT

View file

@ -25,7 +25,7 @@ extern "C" {
#define LSQUIC_MAJOR_VERSION 1 #define LSQUIC_MAJOR_VERSION 1
#define LSQUIC_MINOR_VERSION 19 #define LSQUIC_MINOR_VERSION 19
#define LSQUIC_PATCH_VERSION 0 #define LSQUIC_PATCH_VERSION 1
/** /**
* Engine flags: * Engine flags: