Skip to content

Commit

Permalink
upgraded lua-resty-memcached to 0.09. also bumped version to 1.2.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Oct 17, 2012
1 parent 500a205 commit 3482cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/mirror-tarballs
Expand Up @@ -324,7 +324,7 @@ mv agentzh-lua-resty-dns-* lua-resty-dns-$ver || exit 1

#################################

ver=0.08
ver=0.09
$root/util/get-tarball "http://github.com/agentzh/lua-resty-memcached/tarball/v$ver" -O "lua-resty-memcached-$ver.tar.gz" || exit 1
tar -xzf lua-resty-memcached-$ver.tar.gz || exit 1
mv agentzh-lua-resty-memcached-* lua-resty-memcached-$ver || exit 1
Expand Down
2 changes: 1 addition & 1 deletion util/ver
Expand Up @@ -2,7 +2,7 @@

#main_ver=1.3.7
main_ver=1.2.4
minor_ver=3rc1
minor_ver=3
version=$main_ver.$minor_ver
echo $version

0 comments on commit 3482cb3

Please sign in to comment.