mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 1.19.1 -- fix Windows build
This commit is contained in:
parent
2b051cfe62
commit
4c244ff72d
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue