upgraded lua-resty-dns to 0.07.

This commit is contained in:
agentzh (Yichun Zhang) 2012-08-24 15:01:21 -07:00
parent dceae9e8f9
commit b201032d1e
2 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,7 @@ mv agentzh-lua-rds-parser-* lua-rds-parser-$ver || exit 1
#################################
ver=0.06
ver=0.07
$root/util/get-tarball "http://github.com/agentzh/lua-resty-dns/tarball/v$ver" -O "lua-resty-dns-$ver.tar.gz" || exit 1
tar -xzf lua-resty-dns-$ver.tar.gz || exit 1
mv agentzh-lua-resty-dns-* lua-resty-dns-$ver || exit 1

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.2.3
minor_ver=1
minor_ver=3rc1
version=$main_ver.$minor_ver
echo $version