wsgi-lsapi-2.1.tgz wrong version in main.c

#1
Hi,

It looks like the developer forget to update the version on wsgi-lsapi-2.1.tgz It is still 1.8.0 on 2.1 distribution

Code:
# grep LSAPI_WSGI_VERSION main.c
#define LSAPI_WSGI_VERSION      "1.8.0"
            fprintf(stdout, "lswsgi version %s\nCopyright (C) by LiteSpeed Tech inc.\n", LSAPI_WSGI_VERSION);
# ./lswsgi -v
lswsgi version 1.8.0
Copyright (C) by LiteSpeed Tech inc.
You can download and check the source code from https://www.litespeedtech.com/packages/lsapi/wsgi-lsapi-2.1.tgz
 
Top