Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
faf committed Oct 16, 2014
1 parent ed4f515 commit c46cab3
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/mibew/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Mibew/1.6.13
Mibew/1.6.14
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/mibew/js/source/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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="../1613" />
<property name="mibew.location" value="../1614" />

<target name="update">
<java jar="${closure.c}" fork="true">
Expand Down
4 changes: 2 additions & 2 deletions src/mibew/libs/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

$locale_cookie_name = 'mibew_locale';

$version = '1.6.13';
$jsver = "1613";
$version = '1.6.14';
$jsver = "1614";

// Make session cookie more secure
@ini_set('session.cookie_httponly', TRUE);
Expand Down
2 changes: 1 addition & 1 deletion src/pack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
##################################################################

$targetFolder = "deploy";
$suffix = "1613";
$suffix = "1614";

##################################################################
# Copies tree into target folder, preprocess .phps
Expand Down

0 comments on commit c46cab3

Please sign in to comment.