Skip to content

Commit

Permalink
upgraded ngx_lua to 0.3.1rc34; also released ngx_openresty 1.0.10.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Nov 25, 2011
1 parent d5d36ac commit c629e23
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 @@ -107,7 +107,7 @@ mv chaoslawful-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1

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

ver=0.3.1rc33
ver=0.3.1rc34
$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.10
minor_ver=11
minor_ver=13
version=$main_ver.$minor_ver
echo $version

0 comments on commit c629e23

Please sign in to comment.