From 8b1036819422049d81bca3384259ac2f74e7a27a Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Wed, 18 Apr 2012 20:31:26 -0700 Subject: Fixes #4291. Removing the unique index on user and site guids in the users_apisessions table. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.php') diff --git a/version.php b/version.php index cc4415228..689306412 100644 --- a/version.php +++ b/version.php @@ -11,7 +11,7 @@ // YYYYMMDD = Elgg Date // XX = Interim incrementer -$version = 2012041800; +$version = 2012041801; // Human-friendly version name $release = '1.8.3'; -- cgit v1.2.3