Skip to content

Commit

Permalink
Updated version to 1.1.1 for beta 2
Browse files Browse the repository at this point in the history
This is a Bugfix only release , fixed some upgrade bugs and some installer
bugs , a little but nasty bug in autoloader having trouble whith capital
letters in path and many more fixes. Just take a look here at git.
  • Loading branch information
NorHei committed Nov 19, 2015
1 parent ca2f33a commit 95c5bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wbce/admin/interface/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}

// set WBCE version and release tag
define('NEW_WBCE_VERSION', '1.1.0');
define('NEW_WBCE_VERSION', '1.1.1');
if (!defined('WBCE_VERSION')) {
define('WBCE_VERSION', NEW_WBCE_VERSION);
}

define('NEW_WBCE_TAG', '1.1.0');
define('NEW_WBCE_TAG', '1.1.1');
if (!defined('WBCE_TAG')) {
define('WBCE_TAG', NEW_WBCE_TAG);
}
Expand Down

0 comments on commit 95c5bb7

Please sign in to comment.