downgrade to 1.9.7.4rc0 since the new 1.9.11+ nginx cores have pending compatibility issues that require more time to fix.

This commit is contained in:
Yichun Zhang (agentzh) 2016-03-08 16:47:18 -08:00
parent 7f9675a005
commit e4cfb92295
1 changed files with 2 additions and 2 deletions

View File

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