Skip to content

Commit

Permalink
Prepares release.
Browse files Browse the repository at this point in the history
  • Loading branch information
JB Lebrun committed Oct 1, 2018
1 parent 47daf8d commit 14d4635
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions engine/etc/static.php.inc
Expand Up @@ -5,9 +5,9 @@
* @details Engine / Configuration file
* @file engine/etc/static.php.inc
* @author CaMykS Team <camyks.contact@gmail.com>
* @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.
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 14d4635

Please sign in to comment.