upgraded ngx_echo to v0.37rc1 and also marked ngx_openresty 1.0.4.0rc3.

This commit is contained in:
agentzh (章亦春) 2011-07-11 18:04:03 +08:00
parent c56e7e8165
commit 092b2f6b83
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ rm -f *.patch || exit 1
cd .. || exit 1
ver=0.36
ver=0.37rc1
$root/util/get-tarball "http://github.com/agentzh/echo-nginx-module/tarball/v$ver" -O echo-nginx-module-$ver.tar.gz || exit 1
tar -xzf echo-nginx-module-$ver.tar.gz
mv agentzh-echo-nginx-module-* echo-nginx-module-$ver

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.0.4
minor_ver=0rc2
minor_ver=0rc3
version=$main_ver.$minor_ver
echo $version