diff options
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/version.php b/version.php index 864507521..348c82e8f 100644 --- a/version.php +++ b/version.php @@ -1,19 +1,19 @@ -<?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
- * @link http://elgg.org/
- */
+<?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 + * @link http://elgg.org/ + */ $version = 2009072201; // YYYYMMDD = Elgg Date - // XX = Interim incrementer
-
- $release = '1.6'; // Human-friendly version name
-
+ // XX = Interim incrementer + + $release = '1.6'; // Human-friendly version name + ?> |