Skip to content

Commit

Permalink
upgraded ngx_lua to 0.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Oct 31, 2012
1 parent c0c25af commit 2c38f84
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
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ mv chaoslawful-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1

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

ver=0.7.2
ver=0.7.3
$root/util/get-tarball "http://github.com/chaoslawful/lua-nginx-module/tarball/v$ver" -O lua-nginx-module-$ver.tar.gz || exit 1
tar -xzf lua-nginx-module-$ver.tar.gz || exit 1
mv chaoslawful-lua-nginx-module-* ngx_lua-$ver || exit 1
Expand Down
2 changes: 1 addition & 1 deletion util/ver
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#main_ver=1.3.7
main_ver=1.2.4
minor_ver=5rc1
minor_ver=5rc2
version=$main_ver.$minor_ver
echo $version

0 comments on commit 2c38f84

Please sign in to comment.