Skip to content

Commit

Permalink
Increased Version number to 1.1.3-rc.1 please read more!
Browse files Browse the repository at this point in the history
YES i know that not entirely correct but i could not go to 1.1.2-rc.1 as this would be lower than 1.1.2
From now on we strictly follow our versioning guidelines .

https://github.com/WBCE/Versioning-Scheme
  • Loading branch information
NorHei committed Dec 1, 2015
1 parent 7ad015f commit 7a216b3
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.2');
define('NEW_WBCE_VERSION', '1.1.3-rc.1');
if (!defined('WBCE_VERSION')) {
define('WBCE_VERSION', NEW_WBCE_VERSION);
}

define('NEW_WBCE_TAG', '1.1.2');
define('NEW_WBCE_TAG', '1.1.3-rc.1');
if (!defined('WBCE_TAG')) {
define('WBCE_TAG', NEW_WBCE_TAG);
}
Expand Down

0 comments on commit 7a216b3

Please sign in to comment.