bludit v3.0.0 rc2
This commit is contained in:
parent
78726b7c3a
commit
a4336e5905
|
@ -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', '3.0.0-rc-1');
|
define('BLUDIT_VERSION', '3.0.0-rc2');
|
||||||
define('BLUDIT_CODENAME', '');
|
define('BLUDIT_CODENAME', '');
|
||||||
define('BLUDIT_RELEASE_DATE', '2018-08-21');
|
define('BLUDIT_RELEASE_DATE', '2018-09-02');
|
||||||
define('BLUDIT_BUILD', '20180821');
|
define('BLUDIT_BUILD', '20180902');
|
||||||
|
|
||||||
// Debug mode
|
// Debug mode
|
||||||
// Change to FALSE, for prevent warning or errors on browser
|
// Change to FALSE, for prevent warning or errors on browser
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Environment variables
|
Environment variables
|
||||||
If you are going to change some variable from here is recommended do it before the installation
|
If you are going to do some changes in the variable, is recommended do it before the installation
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Log
|
// Log
|
||||||
|
|
Loading…
Reference in New Issue