Change version to 1.6.6

This commit is contained in:
Fedor A. Fetisov 2013-09-14 22:52:03 +04:00
parent 547a415488
commit 95c37f1777
11 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
Mibew/1.6.5
Mibew/1.6.6

View File

@ -2,7 +2,7 @@
<project basedir="." default="update" name="Obfuscator">
<property name="closure.c" value="/usr/local/closure/compiler.jar" />
<property name="mibew.location" value="../165" />
<property name="mibew.location" value="../166" />
<target name="update">
<java jar="${closure.c}" fork="true">

View File

@ -33,8 +33,8 @@ $home_locale = locale_pattern_check($home_locale) && locale_exists($home_locale)
$locale_cookie_name = 'mibew_locale';
$version = '1.6.5';
$jsver = "165";
$version = '1.6.6';
$jsver = "166";
// Make session cookie more secure
@ini_set('session.cookie_httponly', TRUE);
@ -631,8 +631,8 @@ function date_to_text($unixtime)
return strftime($date_format . " " . getlocal("time.timeformat"), $unixtime);
}
$dbversion = '1.6.5';
$featuresversion = '1.6.5';
$dbversion = '1.6.6';
$featuresversion = '1.6.6';
$settings = array(
'dbversion' => 0,