From 74ec2765b3bea7d81ede23582073a8911e54b2fd Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 19 Sep 2012 21:05:39 +0200 Subject: db indexes for appconfig and preferences --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/util.php b/lib/util.php index d0ea1591298..08412464254 100755 --- a/lib/util.php +++ b/lib/util.php @@ -81,7 +81,7 @@ class OC_Util { */ public static function getVersion() { // hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4,9,0. This is not visible to the user - return array(4,84,9); + return array(4,84,10); } /** -- cgit v1.2.3