released ngx_openresty 0.8.54.8; also updated README to point to openresty.org.

This commit is contained in:
agentzh (章亦春)
2011-07-01 12:25:35 +08:00
parent 147dba8f62
commit e101ac777a
3 changed files with 6 additions and 110 deletions

View File

@ -68,7 +68,7 @@ for my $t_file (@t_files) {
close $in;
}
print join("\n", map { " $_" } sort @dirs), "\n";
print join("\n", map { /^LuaJIT/ ? "* ~$_" : "* $_" } sort @dirs), "\n";
sub cd ($) {
my $dir = shift;

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=0.8.54
minor_ver=8rc2
minor_ver=8
version=$main_ver.$minor_ver
echo $version