upgraded lua-redis-parser to 0.09 and lua-rds-parser to 0.05.

This commit is contained in:
agentzh (章亦春) 2012-05-13 10:46:38 +08:00
parent a3cd675f1e
commit 8c5f23d79a
2 changed files with 3 additions and 3 deletions

View File

@ -260,14 +260,14 @@ cd ..
#################################
ver=0.09rc8
ver=0.09
$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
#################################
ver=0.04
ver=0.05
$root/util/get-tarball "http://github.com/agentzh/lua-rds-parser/tarball/v$ver" -O "lua-rds-parser-$ver.tar.gz" || exit 1
tar -xzf lua-rds-parser-$ver.tar.gz || exit 1
mv agentzh-lua-rds-parser-* lua-rds-parser-$ver || exit 1

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.0.15
minor_ver=3rc3
minor_ver=3rc4
version=$main_ver.$minor_ver
echo $version