Change version to 1.6.7

This commit is contained in:
Fedor A. Fetisov 2013-09-25 00:11:05 +04:00
parent 36aa4f4b74
commit 5ea2f8416a
11 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
Mibew/1.6.6
Mibew/1.6.7

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="../166" />
<property name="mibew.location" value="../167" />
<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.6';
$jsver = "166";
$version = '1.6.7';
$jsver = "167";
// Make session cookie more secure
@ini_set('session.cookie_httponly', TRUE);