Update version

This commit is contained in:
Fedor A. Fetisov 2014-10-07 19:07:35 +04:00
parent b4a7181e73
commit 9db6f858f0
11 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
Mibew/1.6.12
Mibew/1.6.13

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="../1612" />
<property name="mibew.location" value="../1613" />
<target name="update">
<java jar="${closure.c}" fork="true">

View File

@ -37,8 +37,8 @@ $home_locale = locale_pattern_check($home_locale) && locale_exists($home_locale)
$locale_cookie_name = 'mibew_locale';
$version = '1.6.12';
$jsver = "1612";
$version = '1.6.13';
$jsver = "1613";
// Make session cookie more secure
@ini_set('session.cookie_httponly', TRUE);