Skip to content

Commit

Permalink
Prepares release.
Browse files Browse the repository at this point in the history
  • Loading branch information
JB Lebrun committed Aug 1, 2018
1 parent a345dc6 commit 27a6e86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions engine/etc/static.php.inc
Expand Up @@ -7,9 +7,9 @@
* @author CaMykS Team <camyks.contact@gmail.com>
* @version 1.0.2
* @date Creation: Sep 2005
* @date Modification: Jul 2018
* @date Modification: Aug 2018
* @copyright 2005 - 2018 CaMykS Team
* @note This program is distributed as is - WITHOUT ANY WARRANTY;
* @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-20180701';
$this->version = '1.0-20180801';

/**
* @var string $this->mversion
Expand All @@ -35,13 +35,13 @@ $this->mversion = '1.0';
* @var string $this->nversion
* @brief CaMykS minor version
*/
$this->nversion = '20180701';
$this->nversion = '20180801';

/**
* @var integer $this->last_modification_date
* @brief CaMykS last modification date
*/
$this->last_modification_date = mktime(0, 0, 0, 7, 1, 2018);
$this->last_modification_date = mktime(0, 0, 0, 8, 1, 2018);

/**
* @var string $this->engine_folder
Expand Down Expand Up @@ -90,4 +90,4 @@ $this->folder_name = 'camyks';
* @brief CaMykS default language
*/
$this->default_language = 'fr';
?>
?>

0 comments on commit 27a6e86

Please sign in to comment.