aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
Diffstat (limited to 'version.php')
-rw-r--r--version.php38
1 files changed, 17 insertions, 21 deletions
diff --git a/version.php b/version.php
index abcc7913d..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
- * @link http://elgg.org/
- */
-
- $version = 2008110301; // YYYYMMDD = Elgg Date
- // XX = Interim incrementer
-
- $release = '1.1'; // 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';