aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
Diffstat (limited to 'version.php')
-rw-r--r--version.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/version.php b/version.php
index 7b46493b0..c8fb224d7 100644
--- a/version.php
+++ b/version.php
@@ -10,7 +10,9 @@
* @link http://elgg.org/
*/
-$version = 2009102801; // YYYYMMDD = Elgg Date
- // XX = Interim incrementer
+// YYYYMMDD = Elgg Date
+// XX = Interim incrementer
+$version = 2010010501;
-$release = '1.7a1'; // Human-friendly version name
+// Human-friendly version name
+$release = '1.7a1';