From 727663d67c724da505273f1db7128b6d2f58931d Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Sun, 6 Apr 2014 00:44:03 +0400 Subject: [PATCH] Update version --- src/mibew/VERSION | 2 +- src/mibew/js/source/build.xml | 2 +- src/mibew/libs/common.php | 4 ++-- src/pack.pl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mibew/VERSION b/src/mibew/VERSION index 5cbb67c1..61af30a8 100644 --- a/src/mibew/VERSION +++ b/src/mibew/VERSION @@ -1 +1 @@ -Mibew/1.6.10 \ No newline at end of file +Mibew/1.6.11 \ No newline at end of file diff --git a/src/mibew/js/source/build.xml b/src/mibew/js/source/build.xml index 72c469fd..55707bad 100644 --- a/src/mibew/js/source/build.xml +++ b/src/mibew/js/source/build.xml @@ -2,7 +2,7 @@ - + diff --git a/src/mibew/libs/common.php b/src/mibew/libs/common.php index 81980139..fec34eca 100644 --- a/src/mibew/libs/common.php +++ b/src/mibew/libs/common.php @@ -35,8 +35,8 @@ $home_locale = locale_pattern_check($home_locale) && locale_exists($home_locale) $locale_cookie_name = 'mibew_locale'; -$version = '1.6.10'; -$jsver = "1610"; +$version = '1.6.11'; +$jsver = "1611"; // Make session cookie more secure @ini_set('session.cookie_httponly', TRUE); diff --git a/src/pack.pl b/src/pack.pl index 37a7f045..034dc287 100755 --- a/src/pack.pl +++ b/src/pack.pl @@ -5,7 +5,7 @@ ################################################################## $targetFolder = "deploy"; -$suffix = "1610"; +$suffix = "1611"; ################################################################## # Copies tree into target folder, preprocess .phps