update version: 1.6.4

This commit is contained in:
Evgeny Gryaznov 2011-02-16 01:47:12 +01:00
parent c5bc5ed2f5
commit 7e529b0567
4 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@
##################################################################
$targetFolder = "deploy";
$suffix = "163";
$suffix = "164";
##################################################################
# Copies tree into target folder, preprocess .phps

View File

@ -1 +1 @@
Mibew/1.6.3
Mibew/1.6.4

View File

@ -1,6 +1,7 @@
1.6.4
-----
[!] various compatibility fixes: button image, captcha, check webimroot variable (installation)
[!] fix speed of history search, fix redirection to groups
1.6.3
-----

View File

@ -24,7 +24,7 @@ session_start();
require_once(dirname(__FILE__).'/converter.php');
require_once(dirname(__FILE__).'/config.php');
$version = '1.6.3';
$version = '1.6.4';
$jsver = "163";
function myiconv($in_enc, $out_enc, $string) {