Skip to content

Commit

Permalink
upgraded ngx_lua to v0.5.0rc7.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Feb 14, 2012
1 parent c93802b commit ac6b83a
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 @@ -111,7 +111,7 @@ mv chaoslawful-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1

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

ver=0.5.0rc6
ver=0.5.0rc7
$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
@@ -1,7 +1,7 @@
#!/bin/bash

main_ver=1.0.11
minor_ver=9
minor_ver=11
version=$main_ver.$minor_ver
echo $version

0 comments on commit ac6b83a

Please sign in to comment.