diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-04-15 12:53:34 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-04-15 12:53:34 +0000 |
commit | 61ac3361f35cfd5ea2b1f8a9be5b901607e54137 (patch) | |
tree | b617a2dc91192740dd7d1e0b0b43fcbe7c902d8f /version.php | |
parent | c7faf4267485395917c7bbb44a351befff0fdeaf (diff) | |
download | elgg-61ac3361f35cfd5ea2b1f8a9be5b901607e54137.tar.gz elgg-61ac3361f35cfd5ea2b1f8a9be5b901607e54137.tar.bz2 |
Version bump
git-svn-id: https://code.elgg.org/elgg/trunk@3210 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 e8974c0ad..cf2b3859d 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009040801; // YYYYMMDD = Elgg Date + $version = 2009041501; // YYYYMMDD = Elgg Date // XX = Interim incrementer
$release = '1.5'; // Human-friendly version name
|