update version to 1.6.4

This commit is contained in:
Evgeny Gryaznov 2011-02-13 23:29:47 +01:00
parent f65b49d49b
commit 32d64d8600
3 changed files with 3 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

@ -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 = "164";
function myiconv($in_enc, $out_enc, $string) {