Release 2.11.1: fix clang compilation

This commit is contained in:
Dmitri Tikhonov 2020-02-24 12:15:23 -05:00
parent bc520ef752
commit abc972dafe
4 changed files with 7 additions and 3 deletions

View file

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