From 12c4a61edc0a225677c31f6d26a7a785c065c115 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Fri, 20 Jan 2012 18:43:34 -0800 Subject: Fixes #2222. Added IP address to system log table and log browser. Fixed problem in log browser that would only show entries without an owner_guid. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.php') diff --git a/version.php b/version.php index c491e06ce..540fecac6 100644 --- a/version.php +++ b/version.php @@ -11,7 +11,7 @@ // YYYYMMDD = Elgg Date // XX = Interim incrementer -$version = 2011123101; +$version = 2012012000; // Human-friendly version name $release = '1.8.3'; -- cgit v1.2.3