From 0cd1863fbcc90606d53464c80d64234792497758 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 11 May 2009 12:59:42 +0000 Subject: 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 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.php') 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 -- cgit v1.2.3