Revert "upgraded ngx_lua to 0.5.0rc31."

This reverts commit 950eafe167.

We should prepare for a stable version 1.0.15.10 first :)
This commit is contained in:
agentzh (章亦春) 2012-06-11 10:48:12 +08:00
parent 950eafe167
commit a8a9c9577a
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ mv chaoslawful-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1
#################################
ver=0.5.0rc31
ver=0.5.0rc30
$root/util/get-tarball "http://github.com/chaoslawful/lua-nginx-module/tarball/v$ver" -O lua-nginx-module-$ver.tar.gz || exit 1
tar -xzf lua-nginx-module-$ver.tar.gz || exit 1
mv chaoslawful-lua-nginx-module-* ngx_lua-$ver || exit 1

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.0.15
minor_ver=11rc1
minor_ver=9
version=$main_ver.$minor_ver
echo $version