aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
Diffstat (limited to 'version.php')
-rw-r--r--version.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/version.php b/version.php
index 6cae827cc..a7a4776a4 100644
--- a/version.php
+++ b/version.php
@@ -5,12 +5,13 @@
* This is compared against the values stored in the database to determine
* whether upgrades should be performed.
*
- * @package Elgg
+ * @package Elgg
* @subpackage Core
- * @link http://elgg.org/
*/
-$version = 2009102801; // YYYYMMDD = Elgg Date
- // XX = Interim incrementer
+// YYYYMMDD = Elgg Date
+// XX = Interim incrementer
+$version = 2014110100;
-$release = '1.6.1'; // Human-friendly version name \ No newline at end of file
+// Human-friendly version name
+$release = '1.8.18';