Skip to content

Commit

Permalink
upgraded ngx_lua to v0.2.1rc12; released ngx_openresty 1.0.5.1rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Aug 18, 2011
1 parent 83280c1 commit ba41f86
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 @@ -92,7 +92,7 @@ mv chaoslawful-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1

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

ver=0.2.1rc11
ver=0.2.1rc12
$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.5
minor_ver=1rc1
minor_ver=1rc2
version=$main_ver.$minor_ver
echo $version

0 comments on commit ba41f86

Please sign in to comment.