upgraded ngx_iconv to 0.10rc5.

This commit is contained in:
agentzh (章亦春) 2011-10-11 07:37:46 +08:00
parent 39f926d7d6
commit 7c22476c97
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ mv calio-form-input-nginx-module-* form-input-nginx-module-$ver || exit 1
#################################
ver=0.10rc4
ver=0.10rc5
$root/util/get-tarball "http://github.com/calio/iconv-nginx-module/tarball/v$ver" -O iconv-nginx-module-$ver.tar.gz || exit 1
tar -xzf iconv-nginx-module-$ver.tar.gz || exit 1
mv calio-iconv-nginx-module-* iconv-nginx-module-$ver || exit 1

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.0.8
minor_ver=1
minor_ver=2
version=$main_ver.$minor_ver
echo $version