upgraded ngx_redis2 to 0.09rc6.

This commit is contained in:
agentzh (章亦春) 2012-02-03 12:39:22 +08:00
parent 5ee253a0e6
commit f6b914d594
2 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ cd ..
#################################
ver=0.09rc5
ver=0.09rc6
$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.11
minor_ver=1
minor_ver=3
version=$main_ver.$minor_ver
echo $version