Update version to 2.12.7

This commit is contained in:
Dmitri Tikhonov 2020-06-17 14:49:23 -04:00
parent 9dd862ff6c
commit d91deca498
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2020-06-17
- 2.12.7
- [BUGFIX] Early data: call new BoringSSL function to set context.
2020-06-15 2020-06-15
- 2.12.6 - 2.12.6
- [BUGFIX] Crash: check decrypt context before using it. This regression - [BUGFIX] Crash: check decrypt context before using it. This regression

View file

@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
# The short X.Y version # The short X.Y version
version = u'2.12' version = u'2.12'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = u'2.12.6' release = u'2.12.7'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View file

@ -25,7 +25,7 @@ extern "C" {
#define LSQUIC_MAJOR_VERSION 2 #define LSQUIC_MAJOR_VERSION 2
#define LSQUIC_MINOR_VERSION 12 #define LSQUIC_MINOR_VERSION 12
#define LSQUIC_PATCH_VERSION 6 #define LSQUIC_PATCH_VERSION 7
/** /**
* Engine flags: * Engine flags: