Update httpserver to 1.6.5

This commit is contained in:
Luis Ángel San Martín
2016-06-22 19:09:04 +02:00
parent 44d7c892c1
commit 706e0921f3
22 changed files with 1491 additions and 1198 deletions

View File

@ -2,6 +2,6 @@
const char* getQtWebAppLibVersion()
{
return "1.5.3";
return "1.6.5";
}