diff --git a/engine/etc/static.php.inc b/engine/etc/static.php.inc index 92a8d8e6..2ebf41ad 100755 --- a/engine/etc/static.php.inc +++ b/engine/etc/static.php.inc @@ -5,9 +5,9 @@ * @details Engine / Configuration file * @file engine/etc/static.php.inc * @author CaMykS Team - * @version 1.0.3 + * @version 1.0.4 * @date Creation: Sep 2005 - * @date Modification: Sep 2018 + * @date Modification: Oct 2018 * @copyright 2005 - 2018 CaMykS Team * @note This program is distributed as is - WITHOUT ANY WARRANTY; * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -23,7 +23,7 @@ $this->website = 'https://www.camyks.net'; * @var string $this->version * @brief CaMykS full version */ -$this->version = '1.0-20180901'; +$this->version = '1.0-20181001'; /** * @var string $this->mversion @@ -35,13 +35,13 @@ $this->mversion = '1.0'; * @var string $this->nversion * @brief CaMykS minor version */ -$this->nversion = '20180901'; +$this->nversion = '20181001'; /** * @var integer $this->last_modification_date * @brief CaMykS last modification date */ -$this->last_modification_date = mktime(0, 0, 0, 9, 1, 2018); +$this->last_modification_date = mktime(0, 0, 0, 10, 1, 2018); /** * @var string $this->engine_folder