upgraded lua-redis-parser to 1.0.5.1rc10. released ngx_openresty 1.0.5.1rc10.

This commit is contained in:
agentzh (章亦春) 2011-08-29 16:43:20 +08:00
parent cd83ed0590
commit 5c7d2b3823
2 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@ cd ..
#################################
ver=0.09rc4
ver=0.09rc5
$root/util/get-tarball "http://github.com/agentzh/lua-redis-parser/tarball/v$ver" -O "lua-redis-parser-$ver.tar.gz" || exit 1
tar -xzf lua-redis-parser-$ver.tar.gz || exit 1
mv agentzh-lua-redis-parser-* lua-redis-parser-$ver || exit 1

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.0.5
minor_ver=1rc9
minor_ver=1rc10
version=$main_ver.$minor_ver
echo $version