diff options
Diffstat (limited to 'version.php')
| -rw-r--r-- | version.php | 38 |
1 files changed, 17 insertions, 21 deletions
diff --git a/version.php b/version.php index 5888b91f2..a7a4776a4 100644 --- a/version.php +++ b/version.php @@ -1,21 +1,17 @@ -<?php
-
- /**
- * Elgg version number.
- * This file defines the current version of the core Elgg code being used.
- * This is compared against the values stored in the database to determine
- * whether upgrades should be performed.
- *
- * @package Elgg
- * @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @copyright Curverider Ltd 2008-2009
- * @link http://elgg.org/
- */
-
- $version = 2009033001; // YYYYMMDD = Elgg Date
- // XX = Interim incrementer
-
- $release = '1.5'; // Human-friendly version name
-
-?>
\ No newline at end of file +<?php +/** + * Elgg version number. + * This file defines the current version of the core Elgg code being used. + * This is compared against the values stored in the database to determine + * whether upgrades should be performed. + * + * @package Elgg + * @subpackage Core + */ + +// YYYYMMDD = Elgg Date +// XX = Interim incrementer +$version = 2014110100; + +// Human-friendly version name +$release = '1.8.18'; |
