diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-10-16 02:33:55 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-10-16 02:33:55 +0000 |
commit | 17c17807cc0b63d322d56acfae4f30399041cdb5 (patch) | |
tree | fe780bd74f828ab2fc9c107c0bb390f3a18b74c4 /version.php | |
parent | 721763663962364485e5a9958854a6311f32298b (diff) | |
download | elgg-17c17807cc0b63d322d56acfae4f30399041cdb5.tar.gz elgg-17c17807cc0b63d322d56acfae4f30399041cdb5.tar.bz2 |
Standardized files
git-svn-id: http://code.elgg.org/elgg/trunk@3553 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/version.php b/version.php index 58963471a..cd33e34e1 100644 --- a/version.php +++ b/version.php @@ -1,19 +1,16 @@ <?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/ + */ - /** - * 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 = 2009091901; // YYYYMMDD = Elgg Date + // XX = Interim incrementer - $version = 2009091901; // YYYYMMDD = Elgg Date - // XX = Interim incrementer - - $release = '1.6.1'; // Human-friendly version name - -?> +$release = '1.6.1'; // Human-friendly version name
\ No newline at end of file |