Release 1.17.11

Fix strict aliasing warning in when compiling with optimizations
This commit is contained in:
Dmitri Tikhonov 2019-01-03 11:48:45 -05:00
parent f2450c4325
commit 229fce07a3
184 changed files with 195 additions and 187 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2019 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef __LSQUIC_H__
#define __LSQUIC_H__
@ -25,7 +25,7 @@ extern "C" {
#define LSQUIC_MAJOR_VERSION 1
#define LSQUIC_MINOR_VERSION 17
#define LSQUIC_PATCH_VERSION 10
#define LSQUIC_PATCH_VERSION 11
/**
* Engine flags:

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2017 - 2018 LiteSpeed Technologies Inc. See LICENSE. */
/* Copyright (c) 2017 - 2019 LiteSpeed Technologies Inc. See LICENSE. */
#ifndef __LSQUIC_TYPES_H__
#define __LSQUIC_TYPES_H__