1.6.2
This commit is contained in:
parent
7c4a0cb8b2
commit
d17550c736
|
@ -1,10 +1,10 @@
|
||||||
<?php defined('BLUDIT') or die('Bludit CMS.');
|
<?php defined('BLUDIT') or die('Bludit CMS.');
|
||||||
|
|
||||||
// Bludit version
|
// Bludit version
|
||||||
define('BLUDIT_VERSION', '1.6');
|
define('BLUDIT_VERSION', '1.6.2');
|
||||||
define('BLUDIT_CODENAME', 'Another place in the world');
|
define('BLUDIT_CODENAME', 'Another place in the world');
|
||||||
define('BLUDIT_RELEASE_DATE', '2017-05-22');
|
define('BLUDIT_RELEASE_DATE', '2017-05-28');
|
||||||
define('BLUDIT_BUILD', '20170520');
|
define('BLUDIT_BUILD', '20170528');
|
||||||
|
|
||||||
// Debug mode
|
// Debug mode
|
||||||
// Change to FALSE, for prevent warning or error on browser
|
// Change to FALSE, for prevent warning or error on browser
|
||||||
|
|
Loading…
Reference in New Issue