diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-06-14 17:19:13 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-06-14 17:19:13 +0000 |
commit | c921c41109e48a36fa47ae710945b15364b7de86 (patch) | |
tree | 6e0e5088fcaa0f6d6ac886c148e06fb22b19b7f8 /version.php | |
parent | f32392302efffd2a7a9901b38dcfa443454659fa (diff) | |
download | elgg-c921c41109e48a36fa47ae710945b15364b7de86.tar.gz elgg-c921c41109e48a36fa47ae710945b15364b7de86.tar.bz2 |
Version bump
git-svn-id: https://code.elgg.org/elgg/trunk@3332 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index a1c25d311..4c98fe0e0 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009061201; // YYYYMMDD = Elgg Date + $version = 2009061401; // YYYYMMDD = Elgg Date // XX = Interim incrementer
$release = '1.5'; // Human-friendly version name
|