This commit is contained in:
Diego Najar 2017-05-27 14:10:14 +02:00
parent 7c4a0cb8b2
commit d17550c736
1 changed files with 3 additions and 3 deletions

View File

@ -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