Release 2.29.2

- Fix regression in gQUIC server: bug #234.
This commit is contained in:
Dmitri Tikhonov 2021-02-23 12:18:50 -05:00
parent 8ecb980d26
commit f1d5a1a4de
4 changed files with 27 additions and 11 deletions

View file

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