upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0.

This commit is contained in:
Yichun Zhang (agentzh)
2016-02-10 18:21:04 -08:00
parent 753ef7074b
commit 5f7f678876
20 changed files with 2376 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.9.7
minor_ver=3
main_ver=1.9.11
minor_ver=1rc0
version=$main_ver.$minor_ver
echo $version