diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-11 12:59:42 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-11 12:59:42 +0000 |
commit | 0cd1863fbcc90606d53464c80d64234792497758 (patch) | |
tree | 978bfb69b6797ac3db25a4a7d013a879452b91c4 /version.php | |
parent | d742ec2f2062d35513a7c6250e0bcc83b9936693 (diff) | |
download | elgg-0cd1863fbcc90606d53464c80d64234792497758.tar.gz elgg-0cd1863fbcc90606d53464c80d64234792497758.tar.bz2 |
Closes #1010: Log event now called on an event of its own, this permits plugins to add additional logging or replace the logging method altogether.
This is only possible now that the old river code has been replaced.
git-svn-id: https://code.elgg.org/elgg/trunk@3278 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 aeb65575e..d799c0ab1 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009051101; // YYYYMMDD = Elgg Date + $version = 2009051102; // YYYYMMDD = Elgg Date // XX = Interim incrementer
$release = '1.5'; // Human-friendly version name
|