upgraded ngx_srcache to v0.12 and marked ngx_openresty 1.0.4.0rc2.

This commit is contained in:
agentzh (章亦春) 2011-07-11 13:25:05 +08:00
parent 5505eac72b
commit b40119877a
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ mv agentzh-memc-nginx-module-* memc-nginx-module-$ver || exit 1
#################################
ver=0.12rc6
ver=0.12
$root/util/get-tarball "http://github.com/agentzh/srcache-nginx-module/tarball/v$ver" -O srcache-nginx-module-$ver.tar.gz || exit 1
tar -xzf srcache-nginx-module-$ver.tar.gz || exit 1
mv agentzh-srcache-nginx-module-* srcache-nginx-module-$ver || exit 1

View File

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