aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
Diffstat (limited to 'version.php')
-rw-r--r--version.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/version.php b/version.php
new file mode 100644
index 000000000..3b4b203f4
--- /dev/null
+++ b/version.php
@@ -0,0 +1,22 @@
+<?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 = 2008042301; // YYYYMMDD = Elgg Date
+ // X = Elgg Point release (0,1,2...)
+ // Y = Interim incrementer
+
+ $release = '1.0'; // Human-friendly version name
+
+?> \ No newline at end of file