upgraded lua-resty-mysql to 0.10.

This commit is contained in:
agentzh (章亦春) 2012-07-22 11:29:13 -07:00
parent ecc5816593
commit 14167b6890
2 changed files with 2 additions and 2 deletions

View File

@ -319,7 +319,7 @@ mv agentzh-lua-resty-redis-* lua-resty-redis-$ver || exit 1
#################################
ver=0.09
ver=0.10
$root/util/get-tarball "http://github.com/agentzh/lua-resty-mysql/tarball/v$ver" -O "lua-resty-mysql-$ver.tar.gz" || exit 1
tar -xzf lua-resty-mysql-$ver.tar.gz || exit 1
mv agentzh-lua-resty-mysql-* lua-resty-mysql-$ver || exit 1

View File

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