aboutsummaryrefslogtreecommitdiffstats
path: root/lib/util.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-09-19 21:05:39 +0200
committerRobin Appelman <icewind@owncloud.com>2012-09-20 01:36:52 +0200
commit74ec2765b3bea7d81ede23582073a8911e54b2fd (patch)
tree500276a6aa2da58945fb3ba9ea813199a25322c8 /lib/util.php
parent499567397dc4b1546740b038adad2f28207ebb55 (diff)
downloadnextcloud-server-74ec2765b3bea7d81ede23582073a8911e54b2fd.tar.gz
nextcloud-server-74ec2765b3bea7d81ede23582073a8911e54b2fd.zip
db indexes for appconfig and preferences
Diffstat (limited to 'lib/util.php')
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
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);
}
/**