git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@224 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2008-12-09 01:44:01 +00:00
parent fa3e71779f
commit c83b6da0e0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -17,7 +17,7 @@ session_start();
require_once(dirname(__FILE__).'/converter.php');
require_once(dirname(__FILE__).'/config.php');
$version = '1.5.0 beta 1';
$version = '1.5.0 beta 2';
function myiconv($in_enc, $out_enc, $string) {
global $_utf8win1251, $_win1251utf8;